Re: Org manual: Confused about parentheses in "filename=(buffer-file-name)" in code block header

2025-03-09 Thread Alain . Cochard
Leo Butler writes on Fri 7 Mar 2025 15:59: > On Fri, Mar 07 2025, alain.coch...@unistra.fr wrote: > > > #+BEGIN_SRC sh :var filename=(buffer-file-name) :exports both > >wc -w $filename > > #+END_SRC > > (buffer-file-name) is evaluating the Emacs Lisp function > `buffer-

[BUG] (Feature request) Allow org-cite-insert to completing-read-just-once [9.7.11]

2025-03-09 Thread Daan Ro
Currently org-cite-insert requires multiple to complete. When a completion engine is enabled (likely the more common case), like vertico or the built-in fido-mode, etc. we must also know how to exit "abnormally", usually with "M-j": https://github.com/minad/vertico/issues/261, else the command wil

Re: [PATCH] Prefix CL symbols in ob-lisp.el

2025-03-09 Thread Ihor Radchenko
Owen Radcliffe writes: > Not used to the workflow on mailing lists but here is a second patch to > address that issue: Thanks! Applied, onto main, adding a proper commit message and TINYCHANGE cookie (you do not seem to have copyright assignment). https://git.savannah.gnu.org/cgit/emacs/org-mode

Re: [BUG] Incorrect LaTeX export when using images in a table to display them side-by-side. [9.7.5 (release_9.7.5 @ /home/dadinn/.emacs.d/straight/build/org/)]

2025-03-09 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I fear what you want to do is not done the way you thought. > > Instead of > #+BEGIN_SRC org > > #+attr_latex: :center t > In this case, we want the paragraph to be centered, not just > file:test-img.png. This is why we place the attributes before the parag

Re: [BUG] intermittent invalid search bound error [9.6.15 (release_9.6.15 @ /tmp/.mount_Emacs-NcE3UV/share/emacs/29.4/lisp/org/)]

2025-03-09 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for reporting! > > 1. Try to upgrade to Org 9.7. If you are lucky, the problem will be resolved > 2. If you see the problem after upgrade, please do M-x >toggle-debug-on-error. Then, Org will pop up complete debugger window >with full backtrace. Please then

Re: [BUG] Org Agenda issue (org said to send) [9.6.29](@ /home/tyler/.emacs.d/elpa/org-9.6.29/)]

2025-03-09 Thread Ihor Radchenko
Ihor Radchenko writes: > You are still using Org 9.6. If you encounter the problem regularly, I > suggest upgrading to Org 9.7 and reporting back if the problem does not > resolve itself. No followup within a month. Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn m

Re: [BUG] org agenda parsing [9.7.11 (9.7.11-6a5d0e @ /home/rivals/.emacs.d/elpa/org-9.7.11/)]

2025-03-09 Thread Ihor Radchenko
Ihor Radchenko writes: > Looks like you forgot describing the problem you wanted to report ;) Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at , or support my w

[BUG] Issue moving multiple selected heading with Alt-Up (arrow key) - screencast attached

2025-03-09 Thread Philipp Kiefer
This bug has been around ever since moving multiple selected headings was made possible - I'm finally overcoming my laziness and reporting it. To reproduce (cf. attached screencast): * select multiple headings (org-mark-element with M-h in the default config, I think) * call org-metaup (M-

[BUG] Org-babel inline overwriting src block outputs when using async + session

2025-03-09 Thread Elle Najt
Hi – I’ve been running into a bug when using *inline* org babel blocks with session and async, wherein the results of the inline org blocks overwrite the results of the previous normal source block. This is happening for at least python and bash. I’ve confirmed that it reproduces with a minimal em

Re: ob-lisp patch

2025-03-09 Thread Ihor Radchenko
Héctor Galbis Sanchis writes: > I did a change where multiple values are now handled properly. In > particular, returning multiple values works the same as returning a list. > On the other hand, `verbatim` or `scalar` will not strip out the quotes > anymore when returning a string. > > I hope thi

setting a global directory for org-export

2025-03-09 Thread Andrew Berger
I would like to set some global export dir, e.g. ~/org/exports such that when I want to export a subtree like this: * heading > ** subheading > :PROPERTIES: > :EXPORT_FILE_NAME: subheading_export > :END: > and run export the resulting file ends up in ~/org/exports/subheading_export.* I understa

Re: [BUG] Org-contacts doesn't jump to items in the second file specified in org-contacts-files [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-09 Thread Garid Zorigoo
The org-contacts maintainer has fixed this issue in the update 20250309.1659 - For commit check: https://repo.or.cz/org-contacts.git/commitdiff/b06a59736800865b8a7e8d6d45774169cb31528a And please close this subject as this is resolved. Garid On Sun, Mar 9, 2025 at 10:03 AM Garid Zorigoo wrote: