From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Tangling the same file in v8.2 and v.8.5 produces different results? Date: Thu, 4 Aug 2016 11:48:16 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVNgt-0002kD-MP for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 14:48:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVNgp-00017R-F8 for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 14:48:22 -0400 Received: from iport-acv3-out.ucsd.edu ([132.239.0.4]:41702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVNgp-000179-6I for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 14:48:19 -0400 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: Grant Rettke Cc: "emacs-orgmode@gnu.org" 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 *if* that doesn't solve it, possibly this is relevant: https://lists.gnu.org/archive/html/emacs-orgmode/2016-05/msg00056.html HTH, Chuck