Re: [O] Exporting noweb-ref's without disabling org-babel processing

2019-10-24 Thread Diego Zamboni
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

Re: [O] Exporting noweb-ref's without disabling org-babel processing

2019-10-23 Thread Berry, Charles
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

[O] Exporting noweb-ref's without disabling org-babel processing

2019-10-22 Thread Diego Zamboni
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