emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Comment links for tangled source blocks at the file root are b


From: Ihor Radchenko
Subject: Re: [BUG] Comment links for tangled source blocks at the file root are broken [9.5.4 (9.5.4-gb3b17c @ /home/user/.emacs.d/straight/build/org/)]
Date: Sat, 23 Jul 2022 10:17:44 +0800

Elias Kueny <elias.kueny@posteo.net> writes:

> There seems to be an issue with using ":comments link" when the source block 
> is at the root of the org file instead of under a heading. This happens using 
> emacs -Q.
>
> A file containing something like this:
> #+begin_src elisp :tangle yes :comments link
>   (message "test")
> #+end_src
>
> tangles to:
> ;; [[file:test2.org::+begin_src elisp :tangle yes :comments link][No 
> heading:1]]
> (message "test")
> ;; No heading:1 ends here
>
> I don't think the "+begin_src" part is meant to be here. Then 
> org-babel-detangle looks for a "* +begin_src elisp :tangle yes :comments 
> link" heading and fails to detangle.

Thanks for reporting!
Fixed on bugfix via c779b7aa0.

Best,
Ihor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]