[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Q/Bug?] Comment for noweb reference comments content
From: |
Ihor Radchenko |
Subject: |
Re: [Q/Bug?] Comment for noweb reference comments content |
Date: |
Sat, 04 May 2024 11:32:37 +0000 |
João Pedro <jpedrodeamorim@gmail.com> writes:
> #+begin_src emacs-lisp :noweb yes :comments noweb :tangle /tmp/foo.el
> (progn
> <<foo>>)
> #+end_src
>
> #+name: foo
> #+begin_src emacs-lisp
> (message "foo")
> #+end_src
> ...
> ;; [[file:...][No heading:1]]
> (progn
> ;; [[file:...][foo]]
> (message "foo")
> ;; foo ends here)
Thanks for reporting!
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1523e21d8
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>