Re: [PATCH] Async sessions: Fix prompt removal regression in ob-R

2024-10-21 Thread Jack Kamm
Ihor Radchenko writes: > I think that it is ok for bugfix as the patch essentially reverses the > commit that introduced the regression for ob-R and ob-python. (The > original patch was fixing a problem with ob-shell). So, that patch is > fairly trivial. > > We might want to document the signatur

Re: Org Babel says 1 + 1 in Python is None

2024-10-21 Thread Jack Kamm
Ihor Radchenko writes: >> I think it would be feasible to switch non-session blocks to use this >> parser, which IMO is nicer behavior -- the "return" statements always >> felt weird to me. >> >> But a major reason not to do it is to avoid breaking compatibility. Lots >> of old ob-python nonsessi

Noisy and unreliable (de-)tangling

2024-10-21 Thread Rudolf Adamkovič
Howdy! So, I started (de-)tangling heavily, to get some "IDE" support, and oh-my, what a buggy mess it is. Not only are tangling comments super-noisy, the `org-babel-detangle' function is *unreliable*. If multiple sections have the same title, such as "Implementation", it leads to *data loss*.

Re: Org Babel says 1 + 1 in Python is None

2024-10-21 Thread Ihor Radchenko
Jack Kamm writes: > Well, ob-python sessions implement this sort of parser in > `org-babel-python-format-session-value', which AFAIK is robust. Interesting. I did not remember this. > I think it would be feasible to switch non-session blocks to use this > parser, which IMO is nicer behavior --

Re: [RFC] Insert reference to Org table cell or cell range from region selection (w/without mouse)

2024-10-21 Thread Charles Choi
Ihor - Thanks for replying. Some initial reply thoughts. > On Oct 20, 2024, at 2:51 AM, Ihor Radchenko wrote: > > It would be nice if you summarized the feature request in a few > sentences in the email. The link may or may not be available for future > readers in 10+ years from now. Underst

An org-follow-mode following org/org-roam links

2024-10-21 Thread Sébastien Lerique
Hello all, First of all thanks to everybody for org (file, agenda, and much more), such an amazing tool! I'm trying to add a minor "org-follow-mode" somewhere between "org-agenda-follow-mode" and "org-roam-ui-follow-mode" (request also posted on

Re: [PATCH] Add yank-media handler for LibreOffice Calc tables

2024-10-21 Thread Visuwesh
[திங்கள் அக்டோபர் 21, 2024] Rens Oliemans wrote: > Visuwesh writes: > >> If possible, could you please try LibreOffice 7.6.4? The version Ihor >> has installed in his system. There is an AppImage available for you to >> try. > > Yep, on 7.6.4 the problem occurs. > > $ ./LibreOffice-7.6.4.1.b

Re: Exporting tables with cell borders to Latex/PDF

2024-10-21 Thread Rens Oliemans
jman writes: > Note: I think it also works without setting `:environment tabular`, why? The `:environment` attribute sets the LaTeX table environment, in this case tabular. If you omit it, it uses `org-latex-default-table-enviroment', which defaults to "tabular", so that wouldn't make a differ

Re: [PATCH] Add yank-media handler for LibreOffice Calc tables

2024-10-21 Thread Rens Oliemans
Visuwesh writes: > If possible, could you please try LibreOffice 7.6.4? The version Ihor > has installed in his system. There is an AppImage available for you to > try. Yep, on 7.6.4 the problem occurs. $ ./LibreOffice-7.6.4.1.basic-x86_64.AppImage --version LibreOffice 7.6.4.1 e19e193

Re: Understanding Publish (ox-publish.el)

2024-10-21 Thread Christian Moe
Ihor Radchenko writes: > Christian Moe writes: > >> It's due to Latex refusing to commit the typographic crime of leaving a >> heading at the bottom of the page. >> ... > > and is committing another typographic crime :) > I am wondering if this may somehow be addressed. Indeed. The best place