[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] export: noweb blocks substituted versus verbatim ?
From: |
Andreas Leha |
Subject: |
Re: [O] export: noweb blocks substituted versus verbatim ? |
Date: |
Sat, 26 Sep 2015 23:45:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) |
Hi Brian,
Brian Beckman <address@hidden> writes:
> Hello -- I have a situation where some code blocks with noweb references in
> them <<like-this>> are substituted inline when I export the document, and
> other code blocks with noweb references, are copied verbatim into the
> exported PDF. I do not know what causes this difference in behavior and I
> don't know how to control it, but I'd like to control it. I'd like to be
> able to specify that some blocks have behavior 1 (references substituted
> inline) and other blocks have behavior 2 (references verbatim).
>
> I'm sure this is pilot error, but I'm stumped and would be grateful for
> advice.
[[ omitted: the MVE ]]
As far as I can see, the difference is that some of the code blocks have
the header argument `:noweb yes', while others do not.
I do not know how to achieve working noweb extension during evaluation
but omitting noweb extension during export, though.
HTH,
Andreas