Re: [Orgmode] Simple Literate Programming Example

2010-05-27 Thread w t
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. _

Re: [Orgmode] Simple Literate Programming Example

2010-05-27 Thread Thomas S. Dye
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 "/---

[Orgmode] Simple Literate Programming Example

2010-05-27 Thread w t
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 "/---\\" #+