Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-16 Thread Jeff Kowalski
I can confirm the same is happening here for me with Org mode version 9.4.6 (9.4.6-4-g093c94-elpa @ /home/jeff/.emacs.d/elpa/org-20210607/) on GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2021-06-16 The duplicate LOGBOOK entries also seem to be mes

[PATCH] ob-core: tangle check library of babel after current buffer

2021-06-16 Thread Tom Gillespie
Hi, This is a patch that fixes tangling behavior when a block has been ingested into the library of babel and then modified. Best! Tom From 22d0689257f977d09b013a143e899f788b45a039 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Mon, 14 Jun 2021 19:18:28 -0700 Subject: [PATCH] ob-core: tangl

Re: some progress matlab-kernel, a python path problem?

2021-06-16 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > I would see if you can open a jupyter notebook and start a notebook with > the mat lab kernel. If not, it either isn’t installed, or maybe is > installed in a different jupyter. > If you get errors here, the issue is outside of org mode. For example, the > hyla

Re: some progress matlab-kernel, a python path problem?

2021-06-16 Thread John Kitchin
I would see if you can open a jupyter notebook and start a notebook with the mat lab kernel. If not, it either isn’t installed, or maybe is installed in a different jupyter. If you get errors here, the issue is outside of org mode. For example, the hylang kernel quit working for me a while ago. S

some progress matlab-kernel, a python path problem?

2021-06-16 Thread Uwe Brauer
Hi So I switched from finks python 3.7 to MacOS 3.8 I think I set all paths (mac does not locate them in HOME/.local but in HOME/Library However when I fire up the org-babel command the iphthon console reads as , | Traceback (most recent call last): | File "/Users/oub/Library/Python/3

Re: URL woes that never end

2021-06-16 Thread Nicolas Goaziou
Hello, Rudolf Adamkovič writes: > I lamented a while ago about URL handling in Org. To provide > a concrete example, below is a shell script that Org does not export > correctly to HTML. More specifically, Org considers the script to be > a URL. Further, and amazingly, even if I change “see .” t

Re: no inline images anymore after reinstall

2021-06-16 Thread Juan Manuel Macías
Hi Johanna, I don't have much knowledge of Python, but I have done this, in case it helps you locate the problem: - I have tried to evaluate your block (previously I have installed in my Arch system python-matplotlib). Output: #+RESULTS: fig-zeitverlaufspgendrehstrom [[file:]] but - I have

insert @6=vsum(@I..@II) interactively HOWTO?

2021-06-16 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "UB" == Uwe Brauer writes: >> Hi > | result1 | result2 | result3 | > |-+-+-| > | 14 | 5 | 1 | > | 3 | 5 | 3 | > | 4 | 19 | 4 | > | 6 | 3 | 8 | > |-+

Re: when importing xlsx via ssconvert (gnumeric) unwanted digits appear

2021-06-16 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I import xls(x) files, via ssconvert (-->csv) and then into org. > However sometimes I obtain digits like this > 0.5925925925925927 > But I prefer just one digit. > The culprit seems to be ssconvert, but I am curious to hear how people > might treat sim

when importing xlsx via ssconvert (gnumeric) unwanted digits appear

2021-06-16 Thread Uwe Brauer
Hi I import xls(x) files, via ssconvert (-->csv) and then into org. However sometimes I obtain digits like this 0.5925925925925927 But I prefer just one digit. The culprit seems to be ssconvert, but I am curious to hear how people might treat similar situations and avoid unnecessary digits

no inline images anymore after reinstall

2021-06-16 Thread Prof. Dr. Johanna May
Hi guys, I've been trying on the web and in "known as good" config files to solve this but cannot seem to find the solution: After reinstalling linux (openSuse leap 15.3) and finding out that unfortunately the distro is too new, so 27.1 does not yet get offered and switching back to 25.3 most o

[SOLVED] (was: org-table-eval-formula for rows?)

2021-06-16 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I know it is perfectly possible to have org-table-eval-formula for > columns, however sometimes I have tables with very many columns that are > difficult to read and even org-table-toggle-column-width does not help. > That is why I would like to transpose

org-table-eval-formula for rows?

2021-06-16 Thread Uwe Brauer
Hi I know it is perfectly possible to have org-table-eval-formula for columns, however sometimes I have tables with very many columns that are difficult to read and even org-table-toggle-column-width does not help. That is why I would like to transpose the table but then there seems no equiva

Re: [BUG] org babel fails with matlab+python kernel on MacOS-10.15 [9.4.6 (release_9.4.6-541-g52b097 @ /Users/oub/emacs/site-lisp/packages/org/)]

2021-06-16 Thread Uwe Brauer
>>> "ND" == Nick Dokos writes: > Uwe Brauer writes: >> >>> | ob-ipython--dump-error("Traceback (most recent call last):\n File >>> \"/Users/...") >> >> >> >>> This line seems to be the critical one in the error output. If you can >>> expand out the full error message, it may elucidate wh