Hi Jason,
Jason Dunsmore writes:
> Is this a bug? It makes sense to me that #TITLE: would add an page
> heading with or without :html-preamble being defined.
Yes, there are still problems in this area -- see my last patch and tell
me if this does things right for you.
Best,
--
Bastien
Bastien 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 . However, it was
Hi Cássio,
Cássio Koshikumo writes:
> I think there's a bug with the html exporter. With this OPTIONS line:
>
> #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil
>
> I get rid of the numbering and the TOC, but still get the creator, the
> timestamp and the author lines at the end o
Hi Jason,
Jason Dunsmore 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