From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: library of babel ingest interferes with noweb Date: Thu, 14 Sep 2017 23:26:00 +0200 Message-ID: <87vaklj7kn.fsf@nicolasgoaziou.fr> References: <8c60c4046b28d6da0f46e5cce2bf1149@openmail.cc> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsbe8-0002AQ-Rg for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 17:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsbe8-00076Y-24 for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 17:26:04 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:60855) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dsbe7-00075U-Rx for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 17:26:03 -0400 In-Reply-To: <8c60c4046b28d6da0f46e5cce2bf1149@openmail.cc> (edgar@openmail.cc's message of "Thu, 14 Sep 2017 18:58:10 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: edgar@openmail.cc Cc: emacs-orgmode@gnu.org Hello, edgar@openmail.cc 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 > <> > #+END_SRC > > #+BEGIN_SRC bash :noweb yes > <> > #+END_SRC > > shows in the org-edit-special window > #+BEGIN_EXAMPLE > a=2 > #+END_EXAMPLE I don't get this. I have #+BEGIN_EXAMPLE <> #+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