From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Tangling the same file in v8.2 and v.8.5 produces different results? Date: Thu, 4 Aug 2016 15:52:50 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVPdN-0003IO-HG for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 16:52:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVPdL-0005wo-Id for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 16:52:52 -0400 Received: from mail-it0-x233.google.com ([2607:f8b0:4001:c0b::233]:36735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVPdL-0005we-ED for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 16:52:51 -0400 Received: by mail-it0-x233.google.com with SMTP id x130so6101408ite.1 for ; Thu, 04 Aug 2016 13:52:51 -0700 (PDT) In-Reply-To: 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: "Charles C. Berry" Cc: "emacs-orgmode@gnu.org" On Thu, Aug 4, 2016 at 1:48 PM, Charles C. Berry wrote: > On Wed, 3 Aug 2016, Grant Rettke wrote: > >> Good evening, >> >> I'm tangling this example in a file named test3.org >> >> --snip-- >> #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh >> <> >> #+END_SRC >> * the mount point of the fullest disk >> :PROPERTIES: >> :noweb-ref: fullest-disk >> :END: > > > First, see > > ./org-mode/etc/ORG-NEWS::*Old Babel header properties are no longer > supported That is exactly it. It needs to be. :PROPERTIES: :header-args: :noweb-ref fullest-disk :END: Sorry I forgot to check ORG-NEWS; I will remember now!