Bastien <b...@altern.org> writes: >> 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?
I was mistaken. It was exporting a <title>. However, it wasn't exporting the <h1> header with the title. I needed to append the following to my :html-preamble for it to have the old behavior: <h1 class=\"title\">%t</h1> So when :html-preamble isn't defined, #+TITLE: affects both <title> and <h1>. But when :html-preamble is defined, #+TITLE: only affects <title>. Is this a bug? It makes sense to me that #TITLE: would add an <h1> page heading with or without :html-preamble being defined. Regards, Jason