From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manuel Koell Subject: org-html-postamble: %d empty date Date: Fri, 13 Nov 2015 21:20:34 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114edeacbe339d052471ca64 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxKpo-0004ZY-C8 for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 15:20:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxKpn-0006DP-Gi for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 15:20:36 -0500 Received: from mail-yk0-x22f.google.com ([2607:f8b0:4002:c07::22f]:36254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxKpn-0006DL-CE for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 15:20:35 -0500 Received: by ykdr82 with SMTP id r82so166391508ykd.3 for ; Fri, 13 Nov 2015 12:20:35 -0800 (PST) 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: org-mode mailing list --001a114edeacbe339d052471ca64 Content-Type: text/plain; charset=UTF-8 I set up a publishing project including a custom postamble :html-postamble "Date: %d, Last modification: %C". When I export this file The %d date is empty. From `C-h v org-html-postamble-format` I got the info about the available elements to use: ``` %t stands for the title. %s stands for the subtitle. %a stands for the author's name. %e stands for the author's email. %d stands for the date. %c will be replaced by `org-html-creator-string'. %v will be replaced by `org-html-validation-link'. %T will be replaced by the export time. %C will be replaced by the last modification time. ``` I tried to set both, :html-postamble and :html-postamble-format. Which date is meant with the %d variable? Do I've to set it manually? I thought %d will output the creation date of the file itself and %C the last updated time (btw I get german weekdays and idk why & how to change). --001a114edeacbe339d052471ca64 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I set up a publishing project including a custom= postamble :html-postamble "Date: %d, Last modification: %C". Whe= n I export this file The %d date is empty. From `C-h v org-html-postamble-f= ormat` I got the info about the available elements to use:

```
= =C2=A0 %t stands for the title.
=C2=A0 %s stands for the subtitle.
= =C2=A0 %a stands for the author's name.
=C2=A0 %e stands for the aut= hor's email.
=C2=A0 %d stands for the date.
=C2=A0 %c will be rep= laced by `org-html-creator-string'.
=C2=A0 %v will be replaced by `o= rg-html-validation-link'.
=C2=A0 %T will be replaced by the export t= ime.
=C2=A0 %C will be replaced by the last modification time.
```
I tried to set both, :html-postamble and :html-postamble-format.= Which date is meant with the %d variable? Do I've to set it manually? = I thought %d will output the creation date of the file itself and %C the la= st updated time (btw I get german weekdays and idk why & how to change)= .
--001a114edeacbe339d052471ca64--