From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Modified Babel call execution and property deprecation Date: Mon, 04 Jul 2016 00:49:46 +0200 Message-ID: <87lh1ifib9.fsf@saiph.selenimh> References: <87r3bwydno.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJqD6-0007xv-IE for emacs-orgmode@gnu.org; Sun, 03 Jul 2016 18:49:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJqD4-0001Hu-HK for emacs-orgmode@gnu.org; Sun, 03 Jul 2016 18:49:55 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:51259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJqD4-0001Hp-BE for emacs-orgmode@gnu.org; Sun, 03 Jul 2016 18:49:54 -0400 Received: from saiph.selenimh (unknown [IPv6:2a03:a0a0:0:4301::b3c]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 4096FA80C8 for ; Mon, 4 Jul 2016 00:49:52 +0200 (CEST) In-Reply-To: <87r3bwydno.fsf@saiph.selenimh> (Nicolas Goaziou's message of "Fri, 17 Jun 2016 00:25:31 +0200") 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: Org Mode List Nicolas Goaziou writes: > That leads me to the second point. I think it's high time to remove the > deprecated (3 years ago) syntax for header properties, e.g., > > :PROPERTIES: > :tangle: no > :END: > > I re-read discussions about it from a couple of years ago, and, AFAICT, > the arguments against it do not hold anymore. So, if you think this > syntax is still useful, i.e., it permits things that the current one > cannot, please speak up. I removed support for this syntax in master. Please report any problem in that area. Regards,