From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-html-postamble-format and #+DATE: specification in 8.0pre Date: Sat, 06 Apr 2013 19:02:54 +0200 Message-ID: <87hajjy4ld.fsf@gmail.com> 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]:33557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOWW7-0003GQ-G3 for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 13:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOWW3-0007TT-PJ for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 13:03:03 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:63016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOWW3-0007TI-JK for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 13:02:59 -0400 Received: by mail-wi0-f172.google.com with SMTP id hr17so1450699wib.5 for ; Sat, 06 Apr 2013 10:02:58 -0700 (PDT) In-Reply-To: (Alan Schmitt's message of "Sat, 06 Apr 2013 17:05:17 +0200") 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: Alan Schmitt Cc: Dieter Wilhelm , emacs-orgmode@gnu.org Hello, Alan Schmitt writes: > 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

")) I cannot reproduce your problem. With the current Org buffer: --8<---------------cut here---------------start------------->8--- #+language: en #+author: Me #+options: postamble:t author:t date:t * Headline Body --8<---------------cut here---------------end--------------->8--- I get no date in the (default) postamble. Regards, -- Nicolas Goaziou