Re: Attachment previews went from semi-broken to broken

2025-09-20 Thread Rudolf Adamkovič
Max Nikulin writes: > Does the following work for you? > > # :PROPERTIES: drawer > #+startup: inlineimages linkpreviews > [[attachment:co...@320.png]] > > emacs -q -L /path/to/org/main -l org-attach file.org To be clear, simple '[[attachment:co...@320.png]]' works but [[at

[FR] Allow "independent" parent plain list checkboxes

2025-09-20 Thread Rohit Patnaik
Hello, I'm wondering if there's a way to allow parent plain list checkboxes to be toggled independently from their children. Right now, if I have the following: - [ ] Parent - [ ] Child 1 - [ ] Child 2 hitting C-c C-c on Child 2 causes Child 2's checkbox to switch to the checked

Re: [PATCH] Fix noweb tangle recursive expansion issue

2025-09-20 Thread dominic meiser
Thanks Arne and Christian, Your suggestion of using =:noweb no-export= does work. For my use case (a literate c program where I don't use eval) it is a complete solution. If I understand the code in ob-core.el correctly there is still an underlying issue. Basically, =org-babel-expand-noweb-refere

[BUG] Got empty parent while parsing - errors continue to appear [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-09-20 Thread Prabu Anand Kalivaradhan
--text follows this line-- while using emacs org-roam i started getting a warning that a bug has been detected and message suggested to to send it to this mailing list. I'm only seeing warning messages for now, no loss of functionality yet. Remember to cover the basics, that is, what you expected

Re: [PATCH] Fix noweb tangle recursive expansion issue

2025-09-20 Thread Christian Moe
"Dr. Arne Babenhauserheide" writes: > I’m not sure whether that’s a bug, but from your description, what you > want might be achieved with :noweb no-export. Because I guess that you > want noweb to work during execution. In my test, =:noweb no-export= did indeed work. But it seems reasonable to e