Re: Re: [FR] Please add custom command variable to org-latex-footnote-refere

2024-04-20 Thread Pedro A. Aranda
/Hi, Alexander Gogl writes: /> ox-latex: New option to customize LaTeX footnote command I hope you are aware that with your patch you are not going to be aware to pass extra options to your foot or side notes, right? And since I'm not familiar with kaobook, just a question. Are you sure that th

Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-04-20 Thread Ihor Radchenko
Bruno Barbier writes: > Thanks for the review. > > I've pushed a new version, hoping to decrease the number of dislikes > ;-) Thanks! >>> Cancel is handled by sending a failure message (see >>> `org-pending-cancel'). It's customizable using the reglock field >>> ~org-pending-reglock-user-can

Re: [PATCH] Allow external libraries (org-roam) to supply org-id locations

2024-04-20 Thread Ihor Radchenko
Ihor Radchenko writes: > Also, before we merge your patch, may I know if you discussed this > change with org-roam developers? If they do not want to use the proposed > hook, there is no reason to add it to Org mode. It has been over a month since the last message in this thread. May I know if t

Trailing whitespace after export snippets without a transcoder (was: [PATCH v2] org-faq.org: Inline comments)

2024-04-20 Thread Ihor Radchenko
Max Nikulin writes: >> +#+begin_src org >> +The following line may become a patagraph separator. >> +@@comment: might give unexpected effect @@ >> +Put some text before @@comment: a better variant >> +@@ and after instread. >> +#+end_src >> >> I am no longer able to repro

Is there a way to set options *programatically* ?

2024-04-20 Thread Emmanuel Charpentier
Dear list, I'd like to create a function able to set some options, namely - `#+options: tex:`{t|dvipng|imagemagick} - `#+export-file-name:` I have been unable to find a *documented* way to do that from `elacs-lisp`. I *think* that an `org` source block could place those options in the

Re: strange export problem with a file: link

2024-04-20 Thread Ihor Radchenko
"Fraga, Eric" writes: > I have a file that consists of these three lines: > > --8<---cut here---start->8--- > #+begin_src latex :results file raw :exports results :file function.png > \[ y = f(x) \] > #+end_src > --8<---cut here---end---

Re: [BUG] LaTeX preview should use a subdirectory in /tmp

2024-04-20 Thread Max Nikulin
On 19/04/2024 22:00, emm.charpent...@free.fr wrote: Embedding /home/charpent/WinFiles/Temporaire/Org/file:ltximg/EssaiSnippetsLaTeX_2923a1941c0e63eab69544afa1be2ec0d95a01c4.png as Images/0001.png... See Ihor Radchenko. Re: strange export problem with a file: link. Sat, 20 Apr 2024 12:25:56

Re: columnview dynamic block - different time summing behaviour for EFFORT and CLOCKSUM

2024-04-20 Thread Alexander Adolf
Many thanks for your swift response! Ihor Radchenko writes: > [...] > When suggesting #+vindex, I was referring to > org-columns-dblock-formatter variable. > [...] > #+cindex: @samp{formatter}, dynamic block parameter I see; thanks for explaining. I've added both:

Re: Trailing whitespace after export snippets without a transcoder

2024-04-20 Thread Max Nikulin
On 20/04/2024 18:14, Ihor Radchenko wrote: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=a6d9fd82e Back-end developers should pay attention to the fact that white spaces before and after an ignored export snippet now are accumulated in the output. I have no clue

Re: [FR] Please add custom command variable to org-latex-footnote-refere

2024-04-20 Thread Alexander Gogl
Hi Pedro, thank you for the early-init.el suggestion. However, it doesn' work for me. I still get the following error (even in vanilla emacs): .. ⛔ Warning (emacs): Org version mismatch. Org loading aborted. This warning usually appears when a bui

Can we add PLOT to org-element-multiple-keywords?

2024-04-20 Thread Jeff Trull
Hi all, I notice that multiple #+PLOT lines before a table will be coalesced and handled as one. However, this is accomplished through specific code in org-plot.el that does a reverse search through the buffer for additional lines. org-element has a built-in mechanism for this, org-element-multipl