[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
org-babel prepends <<noweb>> expansions with the prefix of the <<tag>>?
From: |
Vladimir Nikishkin |
Subject: |
org-babel prepends <<noweb>> expansions with the prefix of the <<tag>>? Can this be turned off? |
Date: |
Tue, 25 Feb 2020 10:09:57 +0800 |
Hello, everyone
I have the following case:
#+name: test1
#+begin_src shell
LINE to comment
LINE to not comment
#+end_src
#+begin_src shell
#<<test1>>
#+end_src
When I expand it, I get:
#LINE to comment
#LINE to not comment
That's not entirely what I want. Can this behaviour be switched off somehow?
--
Yours sincerely, Vladimir Nikishkin
- org-babel prepends <<noweb>> expansions with the prefix of the <<tag>>? Can this be turned off?,
Vladimir Nikishkin <=