Hello,
[email protected] writes:
> Hello,
>
> It seems that when I have two blocks of code with noweb, and then I do
> a babel ingest, I don't get my original result (see attached file).
>
[...]
> * This works
> #+NAME: test1
> #+BEGIN_SRC bash
> a=2
> #+END_SRC
>
> #+NAME: test2
> #+BEGIN_SRC bash :noweb yes
> <<test1>>
> #+END_SRC
>
> #+BEGIN_SRC bash :noweb yes
> <<test2>>
> #+END_SRC
>
> shows in the org-edit-special window
> #+BEGIN_EXAMPLE
> a=2
> #+END_EXAMPLE
I don't get this.
I have
#+BEGIN_EXAMPLE
<<test2>>
#+END_EXAMPLE
However, it seems wrong to have
#+BEGIN_EXAMPLE
a=2
#+END_EXAMPLE
because you no longer know what part you are editing.
Regards,
--
Nicolas Goaziou