Re: Language support for C# in org-babel

2025-08-01 Thread Maximilian Kueffner
useful runtime error when .NET framework cannot be determined would be preferred. Sounds good, I added that here https://codeberg.org/buoso/csharp-babel/src/commit/944c1a0c9106c52fd88e7631dd380adebcac90f7/ob-csharp.el#L261-L262 together with a test https://codeberg.org/buoso/csharp-babel/src/co

[BUG] org-fold-hide-drawer-all reported error [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2025-08-01 Thread CrazyCousinEddie
I am using org-noter and have many notes. The property drawers were distracting and I learned that org-fold-hide-drawer-all would collapse them. When I ran the command, I received an error and suggestion that I submit a bug report. Expectation- the many property drawers in the file would be coll

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

2025-08-01 Thread Jarmo Hurri
Hello again. I noticed a minor error (in the definition of the obsolete variable) in my 2nd version of the patch. Hopefully the one below is closer to perfection. All the best, Jarmo >From 690c4370c63d375fb4dbeb67063611b222fda39b Mon Sep 17 00:00:00 2001 From: Jarmo Hurri Date: Fri, 1 Aug 202

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

2025-08-01 Thread Jarmo Hurri
Ihor Radchenko writes: >> -(defcustom org-babel-ditaa-java-cmd "java" > >> +(defcustom org-ditaa-java-exec "java" >> + "Java executable to use when evaluating ditaa blocks using a JAR." >> + :group 'org-babel >> + :type 'string) > > We generally do not rename variables irreversibly. Please l

Re: [BUG] org-archive-subtree when archiving to same buffer, loses narrowing and folding

2025-08-01 Thread Benjamin McMillan
> Might as well just use org-with-wide-buffer I think. Ah, didn't know about that one. Sounds good, will try it. > But that will do exactly the opposite of what `org-fold-show-subtree' does, won't it? I thought `org-fold-show-subtree' was there because various later commands wouldn't work well i