On 5/27/10, Thomas S. Dye wrote:
> I believe you'll need to add the :noweb yes header argument to code
> blocks that include <<>> to be expanded.
>
> I'll update the example on Worg to reflect this newer feature of Org-
> babel.
>
> All the best,
> Tom
>
Thank you, things now work.
_
On May 27, 2010, at 1:43 PM, w t wrote:
I put the "Simple Literate Programming Example" from the Org-Babel
Introduction in a file hello.org, namely,
==hello.org===
#+srcname: hello-world-prefix
#+begin_src sh :exports none
echo "/---
I put the "Simple Literate Programming Example" from the Org-Babel
Introduction in a file hello.org, namely,
==hello.org===
#+srcname: hello-world-prefix
#+begin_src sh :exports none
echo "/---\\"
#+