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
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
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
--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
"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