emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug: COMMENT and noweb-ref


From: Sebastian Miele
Subject: [O] Bug: COMMENT and noweb-ref
Date: Mon, 16 Sep 2019 21:33:21 +0000
User-agent: mu4e 1.3.4; emacs 26.3

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.



reply via email to

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