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: Fri, 05 Apr 2013 09:17:54 +0200 Message-ID: References: <87y5d6z46f.fsf@duenenhof-wilhelm.de> <87hajnzagn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO0uO-0000t6-E5 for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 03:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO0uJ-00054k-4Q for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 03:18:00 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:53986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO0uI-00053P-UP for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 03:17:55 -0400 In-reply-to: <87hajnzagn.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: > I didn't try to reproduce the problem, but specifying a format time > string as a DATE value is not possible anymore. You still can provide > a timestamp and tweak `org-export-date-timestamp-format' (or BIND it) to > format it. 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 Alan