Bastien <b...@altern.org> writes: > Hi Jason, > > Jason Dunsmore <emacs-orgm...@dunsmor.com> writes: > >> This patch fixed that export error, but I'm still seeing the problems >> with exporting #+TITLE: in an <h1> heading described at: >> >> http://article.gmane.org/gmane.emacs.orgmode/39100 > > You mean that, without any :html-preamble and with > ̀org-export-html-preamble' set to `t' (as it is by default in these > patches), you don't see any <h1>title</h1> ?
If :html-preamble isn't set, I see an <h1>title</h1>. If it is set, but without explicitly defining "<h1 class=\"title\">%t</h1>" in the :html-preamble string, there is no <h1>title</h1>. This is not how it worked before the recent changes to html exporting (ie. previously it wasn't necessary to explicitly define <h1>%t</h1> in the :html-preamble string). The previous behavior seems more consistent. This is with the latest git version (commit b6b7057467b6b). `org-export-html-preamble' is set to `t' in all my testing. Regards, Jason