Re: [O] noweb problem

2011-11-28 Thread Eric Schulte
Hi Torsten, The change here is in the naming conventions, "srcname" is no longer a valid method of naming a code block, try "name" instead. e.g., #+name: sh-test-noweb #+begin_src sh ~ #+end_src #+begin_src sh :noweb yes ls <> #+end_src Best, Torsten Anders writes: > Dear Org babe

Re: [O] noweb problem

2011-11-28 Thread Torsten Anders
Ah, thanks a lot! I should develop the habit of reading the documentation of the development version when using that version... Best wishes, Torsten On 28 Nov 2011, at 20:14, Eric Schulte wrote: > Hi Torsten, > > The change here is in the naming conventions, "srcname" is no longer a > valid