From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: Author email not included in postamble when doing HTML export [7.9.3d (release_7.9.3d-898-g005917-git @ org-loaddefs.el can not be found!)] Date: Wed, 30 Jan 2013 10:30:30 +0100 Message-ID: <87obg653fi.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vbs-00016s-7i for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0Vbq-0001w7-0G for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:44 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:43057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vbp-0001vs-Lv for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:41 -0500 Received: by mail-we0-f172.google.com with SMTP id x10so1129596wey.17 for ; Wed, 30 Jan 2013 03:13:40 -0800 (PST) In-Reply-To: (Michael Armbrecht's message of "Tue, 29 Jan 2013 14:34:26 +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: Michael Armbrecht Cc: emacs-orgmode@gnu.org Hi Michael, Michael Armbrecht writes: >    since v7.9 it seems that the author email (as in #+EMAIL:) is not >    part of the postamble any more when exporting an org-file to HTML > -- >    although the %e is still part of the > "org-export-html-postamble-format." The default value of `org-export-html-postamble' is 'auto. The docstring says: When set to 'auto, discard `org-export-html-postamble-format' and honor `org-export-author/email/creator-info' variables. Apparently you didn't not change `org-export-html-postamble' so your value of `org-export-html-postamble-format' is ignored. The default value of org-export-email-info is nil, so you need to set it to `t' in order to include email info (or email:t in the #+OPTION line.) HTH, -- Bastien