emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Noweb (named blocks) reference name


From: abonnements
Subject: [O] Noweb (named blocks) reference name
Date: Sun, 07 Dec 2014 11:33:48 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Hi,
what do you think of allowing spaces in Noweb reference name or named blocks? It seems (to me) to be more natural than remplacing spaces by minus for instance.


Example :
1) With named block
#+name: first variable
: 30

2) With noweb
#+name: step 1
#+begin_src ....

#+name: step 2
#+begin_src ....

#+begin src ... :noweb yes
<<<step 1>>>
<<<step 2>>>
#+end_src

Is it possible? (at least using "..." to group words.

Thanks.
Thierry



reply via email to

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