Hi Jason, Jason Dunsmore <emacs-orgm...@dunsmor.com> writes:
> http://orgmode.org/w/org-mode.git/commitdiff/da8dc7bba7261 > > 1) :preamble was renamed :html-preamble > 2) :postamble was renamed :html-postamble > 3) org-export-email-info is no longer checked before attempting export > of email address. > > For the first two, the manual needs to be updated. Done, thanks. > The third change seems like a bug. Yes. I've changed the default of org-export-html-preamble (and postamble) to nil, so that the default behavior reproduce the old one, and author/email/creator-info options will be honored. Setting :html-preamble in any fashing will override these options for the HTML export. I explained that in the manual. Following your suggestion, I also republished the online manual to reflect these changes: http://orgmode.org/manual/ > Also, I have no title when I set the title with "#+TITLE: " on the first > line. I'm not sure if this has to do with org-export-html-title-format > being removed. Mhh.. I cannot reproduce this. Can you check again? Thanks, -- Bastien