From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: [new exporter] Date format string not handled for LaTeX export Date: Mon, 29 Oct 2012 21:25:17 +0000 (UTC) Message-ID: References: <87fw4xqviy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSwpz-0001P4-Th for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 17:25:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSwpy-0002Lu-Uk for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 17:25:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:60155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSwpy-0002Le-Nu for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 17:25:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TSwq3-000350-7e for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 22:25:39 +0100 Received: from 218-101-54-25.trimble.co.nz ([218.101.54.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Oct 2012 22:25:39 +0100 Received: from mikelygee by 218-101-54-25.trimble.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Oct 2012 22:25:39 +0100 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 Nicolas Goaziou gmail.com> writes: > On the other hand, you have a hard-coded macro to solve this problem: > > #+DATE: {{{time(%c)}}} > > It will work across every back-end (but you need the latest Org version, > since I recently to fixed a bug related to it). Thanks--that will do nicely. Unfortunately, I can't seem to get it working. When I export to HTML, I get a blank date; when I try to export to LaTeX, the exporter doesn't appear to do anything. After hitting ^G, the .tex file is unchanged. I've grabbed the latest from git (commit 1f3a2c42c6317a4b0e97b237f079c51f0028cc90).