From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: org-export-html-date-format-string Date: Tue, 21 May 2013 15:36:14 -0400 Message-ID: <519BCCAE.3050906@gmail.com> References: <519BB3A4.2010100@gmail.com> <87a9nojh7f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UesM8-0007Cu-4t for emacs-orgmode@gnu.org; Tue, 21 May 2013 15:36:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UesM7-0008VU-5L for emacs-orgmode@gnu.org; Tue, 21 May 2013 15:36:20 -0400 Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:52547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UesM6-0008VL-Vp for emacs-orgmode@gnu.org; Tue, 21 May 2013 15:36:19 -0400 Received: by mail-ie0-f172.google.com with SMTP id 16so2872882iea.17 for ; Tue, 21 May 2013 12:36:18 -0700 (PDT) In-Reply-To: <87a9nojh7f.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On 05/21/2013 02:55 PM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> I'm having trouble customizing the variable >> org-export-html-date-format-string. > > Use `org-html-metadata-timestamp-format' instead. Thanks. This worked after I replaced %d with %T in the format string for org-html-postamble-format. > > > Regards, >