From: Vladimir Nikishkin <lockywolf@gmail.com>
To: emacs-orgmode@gnu.org
Subject: :noweb expansion happens before :prologue expansion. Why?
Date: Wed, 21 Aug 2019 13:50:51 +0800 [thread overview]
Message-ID: <CA+A2iZY0m0gVCktNj98dWTvyaOZbLyY+Avb58+2gjzodbYhk2A@mail.gmail.com> (raw)
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
reply other threads:[~2019-08-21 5:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CA+A2iZY0m0gVCktNj98dWTvyaOZbLyY+Avb58+2gjzodbYhk2A@mail.gmail.com \
--to=lockywolf@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).