emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] call_*() is not working inside #+DATE


From: Rafael Laboissiere
Subject: [O] call_*() is not working inside #+DATE
Date: Mon, 7 Mar 2016 02:58:29 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]