emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] library of babel ingest interferes with noweb


From: Nicolas Goaziou
Subject: Re: [O] library of babel ingest interferes with noweb
Date: Thu, 14 Sep 2017 23:26:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]