(org-babel-load-file "~/.emacs.d/config24.org")

2024-11-10 Thread Sharon Kimble
Suddenly this morning I'm getting a problem that I can't see how to get round There's a Invalid modifier in string on this position, and that is not valid elisp syntax. Caused by the following expression: (org-babel-load-file "~/.emacs.d/config24.org") Please, how do I get round

The full details of - org-babel-load-file "~/.emacs.d/config24.org"

2024-11-10 Thread Sharon Kimble
Following on from my previous email, this is the full bug-hunter-file error report Doing some initial tests... Initial tests done. Hunting for the cause... "/home/boudiccas/.emacs.d/init.el", line 21 pos 0: There's a Invalid modifier in string on this position, and that is not valid elisp

Re: [PATCH] ob-comint,R,python: Options for more robust non-async session output

2024-11-10 Thread Ihor Radchenko
Jack Kamm writes: > For the NEWS entry, I actually just modified the previous NEWS entry for > `org-babel-comint-async-register' since there is so much overlap. But > let me know if it would be better to have a separate NEWS entry for > each. > ... > Since it can be confusing to have 2 different

Re: (org-babel-load-file "~/.emacs.d/config24.org")

2024-11-10 Thread tomas
On Sun, Nov 10, 2024 at 11:01:33AM +, Sharon Kimble wrote: > > Suddenly this morning I'm getting a problem that I can't see how to get round > > There's a Invalid modifier in string on this position, and that is not valid > elisp syntax. > Caused by the following expression: > (org

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

2024-11-10 Thread Tor-björn Claesson
Den lör 9 nov. 2024 kl 16:07 skrev Ihor Radchenko : > > Would it make sense to add two functions for getting the doi and url > > from a citation? That would be generally useful, and simplify the > > transient menu specification. > > Do you mean opening citation URL derived from URL/DOI fields in br

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

2024-11-10 Thread Ihor Radchenko
Tor-björn Claesson writes: > ... I thought about this, and would like to only > include the open > bibliography entry in the patch, and look into other options later. > Would this be ok? Yup.

Re: Org version 9.7 and id: links

2024-11-10 Thread Sébastien Gendre
Hi, Thank you for you reply. So, if I understand correctly: * On a "file:" link, it is possible to add "::#custom-id" at the end to tel Org-mode to search the "custom-id" as a target of the link * With Org 9.7, an "id:" can also have "::#custom-id" at the end * "org-id-store-link" add it by

Re: [BUG] export blocks no longer fontifying [9.7.10 (release_9.7.10 @ /Users/ben/Scripts/emacs/lisp/org/)]

2024-11-10 Thread Benjamin McMillan
Yes, that fixes the java related errors, thanks! The test output now: Ran 1243 tests, 1214 results as expected, 14 unexpected, 15 skipped (2024-11-10 21:57:05+0900, 86.333090 sec) The remaining unexpected fails are mostly maxima tests. I do have some version of maxima installed, but never use it,

Re: Indirect follow mode in agenda: Display, edition and how to hide drawers

2024-11-10 Thread Sébastien Gendre
Hello, I have solve my 2 problems. For the first one: All drawers are unfolded when agenda indirect follow mode show me the selected task. The solution is simple: By default, when you display the content of an Org file, everything is unfolded, including the drawers. Based on the manual [1], th

Re: Indirect follow mode in agenda: Display, edition and how to hide drawers

2024-11-10 Thread Sébastien Gendre
Rectification: Adding a "#+STARTUP: overview" on top of my habits org-mode file did not change anything with org-agenda follow indirect buffer. Yes, if I manually open my habits org-mode file everything is folded. And if I unfold a task, its drawers are still folded. Which is correct. But when th