From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [new exporter] Date format string not handled for LaTeX export Date: Tue, 30 Oct 2012 21:13:15 +0100 Message-ID: <87pq3zoh0k.fsf@gmail.com> References: <87fw4xqviy.fsf@gmail.com> <87y5iposs7.fsf@gmail.com> <2124.1351551955@alphaville> <87mwz4ph3a.fsf@gmail.com> <508F9B53.40600@no8wireless.co.nz> <87ehkgpatf.fsf@gmail.com> <871ugf6bk3.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTIE5-000588-8p for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 16:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTIE1-0008EY-1O for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 16:15:53 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:48227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTIE0-0008E4-LT for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 16:15:48 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj13so2690610wib.12 for ; Tue, 30 Oct 2012 13:15:47 -0700 (PDT) In-Reply-To: <871ugf6bk3.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Tue, 30 Oct 2012 18:48:28 +0000") 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: Michael Gauland Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Eric S Fraga writes: > The problem with the inf-loop now makes sense but the documentation > implies otherwise: > > ,---- > | Also, > | `{{{date(FORMAT)}}}' and `{{{modification-time(FORMAT)}}}' refer to > | current date time and to the modification time of the file being > `---- I changed the date macro on purpose. Since {{{title}}}, {{{author}}} and {{{email}}} refer to, respectively, #+TITLE:, #+AUTHOR: and #+EMAIL:, {{{date}}} could as well refer to #+DATE:. For the sake of completeness, other hard-coded macros are {{{property(name)}}}, {{{time(format-string)}}}, {{{input-file}}} and {{{modification-time(format-string)}}}. Regards,