From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with noweb-ref property [9.0.5 (9.0.5-elpaplus @ /home/rainer/.emacs.d/elpa/org-plus-contrib-20170210/)] Date: Thu, 23 Feb 2017 17:39:05 +0100 Message-ID: <878toweuae.fsf@nicolasgoaziou.fr> References: <87efyo516e.fsf@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgwQE-0007Ul-UY for emacs-orgmode@gnu.org; Thu, 23 Feb 2017 11:39:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgwQD-0005WQ-V5 for emacs-orgmode@gnu.org; Thu, 23 Feb 2017 11:39:14 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:51918) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgwQD-0005V0-OV for emacs-orgmode@gnu.org; Thu, 23 Feb 2017 11:39:13 -0500 In-Reply-To: <87efyo516e.fsf@gmx.net> (Rainer Hansen's message of "Thu, 23 Feb 2017 17:20:25 +0100") 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: Rainer Hansen Cc: emacs-orgmode@gnu.org Hello, Rainer Hansen writes: > I have tried the following example of using noweb-ref: > > #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh > <> > #+END_SRC > > * the mount point of the fullest disk > > ** query all mounted disks > > #+HEADER: :noweb-ref fullest-disk > #+BEGIN_SRC sh > df \ > #+END_SRC > > > ** strip the header row > :PROPERTIES: > :noweb-ref: fullest-disk > :END: > > #+BEGIN_SRC sh :noweb yes > |sed '1d' \ > #+END_SRC > > > > It was mentioned more than 5 years ago as creating problems: > https://lists.gnu.org/archive/html/emacs-orgmode/2011-12/msg00825.html > > Now I got the same problem as mentioned in the post of that time - the > created file contains only > > #!/bin/sh df \ > > Missing is the second block. > > Any ideas why? See "Incompatible changes > Old Babel header properties are no longer supported" in ORG-NEWS. Regards, -- Nicolas Goaziou