From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: As of 2016-07-03, Noweb no longer seems to work. Date: Mon, 4 Jul 2016 08:30:24 -0700 Message-ID: References: <87r3baozta.fsf@shannon.flintfam.org> 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]:40210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK5pQ-0001uU-Dn for emacs-orgmode@gnu.org; Mon, 04 Jul 2016 11:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK5pL-0006d0-Dr for emacs-orgmode@gnu.org; Mon, 04 Jul 2016 11:30:31 -0400 Received: from iport-acv3-out.ucsd.edu ([132.239.0.4]:23786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK5pL-0006cR-4v for emacs-orgmode@gnu.org; Mon, 04 Jul 2016 11:30:27 -0400 In-Reply-To: <87r3baozta.fsf@shannon.flintfam.org> 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: "Samuel W. Flint" Cc: Org-Mode On Sun, 3 Jul 2016, Samuel W. Flint wrote: > As of tonight, when I updated Org, Noweb References no longer seem to > resolve during the tangle process, when "#+PROPERTY: noweb tangle" is set. > > > Any idea why or what I can do to get this fixed? That idiom was deprecated some time ago and finally removed recently: From: Nicolas Goaziou Subject: Re: [RFC] Modified Babel call execution and property deprecation Archived-At: Use the `header-args' property. See (info "(org) Header arguments in Org mode properties") for some examples. Chuck