From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Hansen Subject: Re: Problem with noweb-ref property [9.0.5 (9.0.5-elpaplus @ /home/rainer/.emacs.d/elpa/org-plus-contrib-20170210/)] Date: Fri, 24 Feb 2017 09:08:10 +0100 Message-ID: <87k28gxb85.fsf@gmx.net> References: <87efyo516e.fsf@gmx.net> <878toweuae.fsf@nicolasgoaziou.fr> <877f4g4xxw.fsf@gmx.net> <87wpcgd6ti.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chAvT-0007GK-84 for emacs-orgmode@gnu.org; Fri, 24 Feb 2017 03:08:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chAvO-0003iL-Pe for emacs-orgmode@gnu.org; Fri, 24 Feb 2017 03:08:27 -0500 Received: from [195.159.176.226] (port=36555 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1chAvO-0003hE-JB for emacs-orgmode@gnu.org; Fri, 24 Feb 2017 03:08:22 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1chAvE-0005Aw-Jk for emacs-orgmode@gnu.org; Fri, 24 Feb 2017 09:08:12 +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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Rainer Hansen writes: > >> However, I have still problems. I have adapted the example, >> http://orgmode.org/manual/noweb_002dref.html#noweb_002dref, > > I fixed it. > Great. >> >> org-use-property-inheritance is '("noweb-ref") > > This is useless. "noweb-ref" is not a property, and header-args are > always inherited IIRC. > Thanks for the clarification. >> Here is the changed code from the Org mode manual: >> >> #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh >> <> >> #+END_SRC >> >> * the mount point of the fullest disk >> :PROPERTIES: >> :header-args: :noweb-ref: fullest-disk > > It should be > > :header-args: :noweb-ref fullest-disk > That was it. Now it is working fine. Thanks for your help.