Hi Michael, Michael Armbrecht <michael.armbre...@gmail.com> 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