Re: What is the status of ob-ditaa?

2024-11-02 Thread Jarmo Hurri
Hello again, Colin. Colin Baxter writes: >> Can you post both >> - your location of ditaa.jar; mine is > >> $ locate ditaa.jar /usr/share/java/ditaa.jar > Mine is at ~/local/bin/jar/ditaa.jar, not in $PATH but called via the > variable: (setq org-ditaa-jar-path "~/local/bin/jar/ditaa.jar")

Fix "inverted" behavior of `colnames' header argument

2024-11-02 Thread Rudolf Adamkovič
When loading Org tables into Pandas data frames, the `colnames' does exactly what it should not, in that "yes" means "no" and vice versa: =colnames= set to =yes=: #+HEADER: :colnames yes #+HEADER: :session *Python* #+HEADER: :var INPUT = 20a0ea41-3669-482c-989e-d28486d5d400 #+BEGI

Org uses obsolete `filter-buffer-substring-functions` variable

2024-11-02 Thread Stefan Kangas
Org uses the obsolete variable `filter-buffer-substring-functions'. This variable is likely due for deletion in Emacs 31.1. Usually, compatibility code looks for the new way of doing things, and then prefers that. But it seems like someone decided here to look for the old symbol instead, and pref

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-02 Thread Tor-björn Claesson
Ihor Radchenko writes: > Rather than going into recursive replacements, simply let-bind > !citation, !prefix, and anything else we may want to provide around the > lambda/function call. Clever! I had to put the let inside the lambda for it to work. (defun org-cite-basic-follow--parse-suffix-spec

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-02 Thread Ihor Radchenko
Tor-björn Claesson writes: > Clever! I had to put the let inside the lambda for it to work. You probably do not have to once you use lexical binding (that is - not C-x C-e ad-hoc, but put things into actual byte-compiled file) But let inside the lambda body is perfectly fine. > (defun org-cite

Re: Fix "inverted" behavior of `colnames' header argument

2024-11-02 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Fix "inverted" behavior of `colnames' header argument Our convention is to use [BUG] in subject like to mark bugs. That's what M-x org-submit-bug-report does. > When loading Org tables into Pandas data frames, the > > `colnames' does exactly what it should not, > ..

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-02 Thread Tor-björn Claesson
Ihor Radchenko writes: > AFIU, you need to match against lambda simply to avoid the next clause > matching it. Exactly. > If so, you can change the clause to match all ,fn, except > lambda like the following: > > `(,key > ,desc > (,(and fn (guard (not (eq fn 'lambda >. ,fn-args) >

Re: [TASK] Allow customizeable ditaa executable in ob-ditaa.el

2024-11-02 Thread Jarmo Hurri
Greetings all. Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > In my current source I see [...] (use C-h v org-babel-ditaa-java-cmd to see the value of the java executable — you can then customize this to use a different command) >>> >>> As far as I understa

Re: Fix `org-priority' screwing up links

2024-11-02 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Do you mean that you also have a fix? If yes, there is no patch > attached to your email. I do not have a patch. I am too busy currently with "life". My "next up" is [1], without which, I cannot even export my notes. I worded the subject so that it starts with a verb