Hi Chuck,
Thanks for your answer - I didn't know about that behavior of #+CALL, and
I'm sure it will be useful sometime.
However, this is not exactly what I was getting at. Here's what I want:
1. First of all, my code needs to tangle correctly - for this I use :noweb
and :noweb-ref in some of t
Diego,
I am not sure I understand. Here is my interpretation:
You wish to have `:exports both' behavior in your org export.
You want noweb references in the exported code to render as angle-bracketed
chunk names, such as <> rather than being expanded in place.
If that is what you want, you can
Hi,
I'm working on a Leanpub Markua exporter (not quite complete yet but
already usable, if you are interested:
https://github.com/zzamboni/ox-leanpub/tree/book-and-markua)
I would like to include the value of :noweb-ref for code blocks in exported
output, like noweb originally did, e.g. somethin