From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-html-postamble: %d empty date Date: Fri, 13 Nov 2015 23:08:42 +0100 Message-ID: <87a8qhtuvp.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxMUj-0005jH-G8 for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 17:06:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxMUi-0002Ox-Nd for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 17:06:57 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:49841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxMUi-0002Og-HT for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 17:06:56 -0500 In-Reply-To: (Manuel Koell's message of "Fri, 13 Nov 2015 21:20:34 +0100") 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: Manuel Koell Cc: org-mode mailing list Hello, Manuel Koell writes: > 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? %d is the date as defined in DATE keyword. Regards, -- Nicolas Goaziou