> On Dec 11, 2017, at 11:42 PM, Nicolas Goaziou wrote:
>
>>
>> The irrelevant, unnamed, empty src block its consulted via
>> org-babel-get-src-block-info.
>
> When? AFAICT, the second block doesn't contain any Noweb reference, so
> there is nothing to consult in the first place. IOW, something
Hello,
"Berry, Charles" writes:
> I used to avoid this by `(setq org-babel-use-quick-and-dirty-noweb-expansion
> t)'.
>
> This illustrates the issue:
>
> #+begin_src org
>
> ,* abc
>
> ,#+begin_src R :comment (message "running on empty")
>
> ,#+end_src
>
> ,#+begin_src R :noweb yes
>
I used to avoid this by `(setq org-babel-use-quick-and-dirty-noweb-expansion
t)'.
This illustrates the issue:
#+begin_src org
,* abc
,#+begin_src R :comment (message "running on empty")
,#+end_src
,#+begin_src R :noweb yes
1
,#+end_src
#+end_src
The irrelevant, unnamed, empty