emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* :noweb expansion happens before :prologue expansion. Why?
@ 2019-08-21  5:50 Vladimir Nikishkin
  0 siblings, 0 replies; only message in thread
From: Vladimir Nikishkin @ 2019-08-21  5:50 UTC (permalink / raw)
  To: emacs-orgmode

Hello, everyone

I wanted to do the following
#+name: common
#+begin_src scheme
(display "Common header\n")
#+end_src

#+begin_src scheme :noweb yes :prologue "<<common>>"
(display "particular block")
#+end_src

This fails, because :prologue is language-specific, and is expanded
later than :noweb, so I am getting <<common>> in my code rather than
the expansion.

Why? Only four language modules care to implement :prologue (R,
scheme, maxima, gnuplot) , and all of them do it by just concatenating
it with the rest of the code, and as a result the wonderful
possibility of attaching common headers to blocks is greatly reduced,
since they are not expanded at all.

Would it make more sense to expand the :prologue and :epilogue
_before_ :noweb rather than after and do it in a uniform way (that is,
simply concatenate)?

I am ready to make a patch, as long as it won't be rejected.

-- 
Yours sincerely, Vladimir Nikishkin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-21  5:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21  5:50 :noweb expansion happens before :prologue expansion. Why? Vladimir Nikishkin

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).