From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: org-html-postamble-format and #+DATE: specification in 8.0pre Date: Sat, 06 Apr 2013 17:05:17 +0200 Message-ID: References: <87y5d6z46f.fsf@duenenhof-wilhelm.de> <87hajnzagn.fsf@gmail.com> <878v4wx125.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOUgC-00058D-FO for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:05:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOUg8-0006tJ-KT for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:05:20 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:32137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOUg8-0006ss-EG for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 11:05:16 -0400 In-reply-to: <878v4wx125.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: Dieter Wilhelm , emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I have a more serious issue: it seems that '%d' is no longer taken into >> account. To reproduce, try exporting the following: >> >> #+BEGIN_SRC org >> # -*- org-export-allow-bind-keywords: t -*- >> >> #+TITLE: Testing the date >> #+BIND: org-html-postamble-format (("en" "Test %d %a")) > >> >> Hello World >> #+END_SRC > > You didn't specify any date. Ah, I see. What I don't understand is why the default postamble can display the date, as it's also using %d: Original value was (("en" "

Author: %a (%e)

\n

Date: %d

\n

Generated by %c

\n

%v

")) Alan