From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Laboissiere Subject: Re: [PATCH] call_*() is not working inside #+DATE Date: Mon, 14 Mar 2016 17:43:54 +0100 Message-ID: <20160314164354.GK3916@laboissiere.net> References: <20160307015829.GE11627@laboissiere.net> <20160312075704.GI16308@laboissiere.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afVb6-0000Hg-0l for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 12:44:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afVb1-00022Z-Nq for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 12:43:59 -0400 Received: from laboissiere.net ([46.101.243.132]:47684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afVb1-00022P-Fy for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 12:43:55 -0400 Content-Disposition: inline In-Reply-To: <20160312075704.GI16308@laboissiere.net> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org * Rafael Laboissiere [2016-03-12 08:57]: > > [snip] > > I investigated this issue further and discovered that the constructs > call_(args) and src_{code} are not evaluated at all when > they appear in a keyword line (starting with "#+:"). > Org-babel behaves in this way probably on purpose. At any rate, it > would be better if the current behavior is documented somewhere. This > may be accomplished with the patch attached below. I went ahead and committed the patch. Rafael Laboissière