Dan Davison writes:
> Eric S Fraga writes:
[...]
>
>> I believe that you need to specify noweb on every source block,
>> including the one you wish to include.
>
> Nope. :) Only bar needs :noweb above.
Thanks for the correction! this is one of those cases of having tried
all kinds of things,
On 02/09/2011 03:27 PM, Dan Davison wrote:
> Eric S Fraga writes:
>
>> andy writes:
>>
>>> I want to take advantage of babel's noweb capabilities, but I can't seem
>>> to get it to work.
> [...]
>>> * Foo
>>> ** Bar
>>> #+src_name: bar
>>> #+begin_src R :noweb yes :session *R*
>>> <>
>>> pr
Eric S Fraga writes:
> andy writes:
>
>> I want to take advantage of babel's noweb capabilities, but I can't seem
>> to get it to work.
[...]
>> * Foo
>> ** Bar
>> #+src_name: bar
>> #+begin_src R :noweb yes :session *R*
>> <>
>> print("I am here")
>> a
>> #+end_src
>>
>> * test-block
>> #