Re: [O] No Expansion of noweb references when exporting

2011-05-19 Thread Eric Schulte
Hi Mark, Thanks for pointing this out. After checking the manual [1] for the noweb header argument I realized you were right, we're not currently living up to the described behavior. I've just pushed up a patch which correctly implements the :noweb yes expansion on export behavior. Best --

[O] No Expansion of noweb references when exporting

2011-05-18 Thread Mark Cox
Hi, Is it possible for the output of the expansion of a code block to appear in the exported document? Consider the example: #+TITLE: No expansion of noweb references when exporting * Example :PROPERTIES: :tangle: illustration.hpp :END: #+srcname: boiler-plate-code-generator() #+begin_src