Re: [PATCH] ob-ditaa.el: custom var name, ditaa executable, SVG output, and chararacter encoding

2025-08-04 Thread Ihor Radchenko
Jarmo Hurri writes: >> Should be 9.8. We do not make breaking changes in bugfix releases. >> See https://orgmode.org/worg/org-maintenance.html#branches > > Changed it to 9.8, although I think we will have no breaking changes > after all your latest improvement ideas have been incorporated. We al

Re: [Pre-Patch] Overhaul of LaTeX preview system: Renaming auto-mode and associated options

2025-08-04 Thread Karthik Chikmagalur
> Note how variable name length did not change in the above. > >> + Workaround 2: Maybe the ambiguity is fine? > > I think that longer variable names are not *that* much of a big > deal. They are no worse than what you had until now. That's true. I was just wondering if I can get away with shorte

Re: how to make radio targets work when publishing to HTML (and other formats too, perhaps)?

2025-08-04 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2025-08-03; 14:10 GMT]: > Gregor Zattler writes: > >> I now found the culprit in my >> configuration: It sets >> org-html-prefer-user-labels to t. >> >> This renders links to radio targets >> non-functional when publishing to HTML. >> >> See attacher a minimal working/

Re: org element bug filling

2025-08-04 Thread Ihor Radchenko
Samuel Wales writes: > -- Caught at Sun Aug 3 21:13:01 2025 > > Error: wrong-type-argument (number-or-marker-p nil) > <(2 nil) > (if (< p post-affiliated) nil (cond ((eql type 'comment) > ... > org-adaptive-fill-function() Thanks! Fixed, (hopefully) on bugfix. https://git.savannah.gnu.org

Re: [PATCH] ob-ditaa.el: custom var name, ditaa executable, SVG output, and chararacter encoding

2025-08-04 Thread Jarmo Hurri
Greetings again. Ihor Radchenko writes: > Jarmo Hurri writes: > >>> We generally do not rename variables irreversibly. Please leave an >>> obsolete alias for `org-babel-ditaa-java-cmd' pointing to the new >>> variable name. Otherwise, the existing configs that were using the old >>> variable

Re: Link in file B that ...

2025-08-04 Thread Rens Oliemans
Sharon Kimble writes: > Is it possible to have a link in file B to file A, which when double-clicked, > or C-c'ed, or some other form of automating it, causes file A to activate > please? If I understand you correctly, you might be interested in elisp links. For example, [[elisp:(org-html-expo

Link in file B that ...

2025-08-04 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Is it possible to have a link in file B to file A, which when double-clicked, or C-c'ed, or some other form of automating it, causes file A to activate please? The backstory is that I'm copying my blog posts (written in org-mode of course) int