emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: COMMENT and noweb-ref
@ 2019-09-16 21:33 Sebastian Miele
  2019-09-16 21:39 ` Sebastian Miele
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sebastian Miele @ 2019-09-16 21:33 UTC (permalink / raw)
  To: emacs-orgmode

org-babel-tangle on

  * A

    #+BEGIN_SRC elisp :tangle yes :noweb yes
    ;; A
    <<B>>
    #+END_SRC

  * COMMENT B

    #+BEGIN_SRC elisp :noweb-ref B
    ;; B
    #+END_SRC

  * COMMENT C

    #+BEGIN_SRC elisp :tangle yes
    ;; C
    #+END_SRC

produces a file with A and B in it. Expected: Just A. Changing

    #+BEGIN_SRC elisp :noweb-ref B
    ;; B
    #+END_SRC

to

    # #+BEGIN_SRC elisp :noweb-ref B
    # ;; B
    # #+END_SRC

does yield the expected result.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-11-24  9:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 21:33 Bug: COMMENT and noweb-ref Sebastian Miele
2019-09-16 21:39 ` Sebastian Miele
2019-09-26 16:58 ` Sebastian Miele
2019-09-26 18:09   ` Marco Wahl
2019-10-02 13:38     ` Sebastian Miele
2019-10-08 20:34   ` Sebastian Miele
2019-10-20 22:09 ` [PATCH] " Sebastian Miele
2019-10-20 22:30 ` Sebastian Miele
2019-11-24  9:29   ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).