From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Laboissiere Subject: call_*() is not working inside #+DATE Date: Mon, 7 Mar 2016 02:58:29 +0100 Message-ID: <20160307015829.GE11627@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]:38377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ackRO-0002Z9-Nz for emacs-orgmode@gnu.org; Sun, 06 Mar 2016 20:58:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ackRL-0002tA-Hi for emacs-orgmode@gnu.org; Sun, 06 Mar 2016 20:58:34 -0500 Received: from laboissiere.net ([46.101.243.132]:34860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ackRL-0002t3-AB for emacs-orgmode@gnu.org; Sun, 06 Mar 2016 20:58:31 -0500 Content-Disposition: inline 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 The following used to work for me in the past: #+NAME: date #+BEGIN_SRC sh :results silent :exports results :tangle no date #+END_SRC #+TITLE: Sample #+AUTHOR: Me #+DATE: call_date() and I saw the output of the shell command "date" when exporting the file to LaTeX. However does not work for the current HEAD of the Git repository. Using git-bisect, I discovered that the culprit is commit 85ff663, i.e. my code above works for commit 85ff663^ but fails for commit 85ff663. Commit 85ff663 was a pretty large commit and, besides that, the new code introduced by it was posteriorly changed, so it is hard to find where the bug comes from. Could someone more acquainted with the code try to look at this bug, please? Thanks, Rafael Laboissière