Re: [PATCH] lisp/ob-screen.el: Support custom screen location and pass org-babel-screen-test

2025-07-26 Thread Max Nikulin
On 25/07/2025 21:51, Ken Mankoff wrote: Hi Max, Reply-to does not include you in my mail client, only the list. I assume that's intentional? Sure, I am experimenting with the Mail-Followup-To header (it has some downsides though). On 2025-07-25 at 03:28 -07, Max Nikulin wrote... ob-scree

[BUG] elisp error when using replace-regexp to match drawers in multipe org headings [9.8-pre (release_9.7.31-375-g9710d1 @

2025-07-26 Thread MaJiricek
Remember to cover the basics, that is, what you expected to happen and what in fact did happen.  You don't know how to make a good report?  See      https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

[PATCH] worg/babel: Fix C shell URL

2025-07-26 Thread Keenan Salandy
Update the hyperlink address for the C shell (csh) to the correct location. Signed-off-by: Keenan Salandy --- org-contrib/babel/languages/ob-doc-shell.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-contrib/babel/languages/ob-doc-shell.org b/org-contrib/babel/languag

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

2025-07-26 Thread Benjamin McMillan
> We cannot use `without-restriction' because it is only available since > Emacs 29, while we still support Emacs 28. Got it! Will use (save-restriction (widen) ...) instead. > More importantly, this will likely break > 44e7ed1a59c8587c2d5c3a54917576f1505a6c7b that purposely calls > `narrow-to-su