From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: LaTeX export: how to customize date format? Date: Mon, 09 Jan 2012 13:11:11 +0100 Message-ID: <87fwfp9iu8.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkE3E-0006kE-F7 for emacs-orgmode@gnu.org; Mon, 09 Jan 2012 07:10:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkE38-0005c1-OL for emacs-orgmode@gnu.org; Mon, 09 Jan 2012 07:10:08 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:54234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkE38-0005bv-JO for emacs-orgmode@gnu.org; Mon, 09 Jan 2012 07:10:02 -0500 Received: by werf1 with SMTP id f1so3353012wer.0 for ; Mon, 09 Jan 2012 04:10:01 -0800 (PST) In-Reply-To: (Carlos Russo's message of "Mon, 09 Jan 2012 11:44:19 +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: Carlos Russo Cc: emacs-orgmode@gnu.org Hi Carlos, Carlos Russo writes: > Is there a way to customize how a date is exported into LaTeX? You cannot do this right now. See these variables: org-export-latex-timestamp-markup: "A printf format string to be applied to time stamps." org-export-latex-timestamp-inactive-markup: "A printf format string to be applied to inactive time stamps." org-export-latex-timestamp-keyword-markup: "A printf format string to be applied to time stamps." HTH, -- Bastien