[Orgmode] HTML export options are being ignored

2011-02-25 Thread Cássio Koshikumo
Hi all, 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 of the page. Exporting to ASCII seem to e

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Cássio Koshikumo writes: > Hi all, > > 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

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Jason Dunsmore writes: > Cássio Koshikumo writes: > >> Hi all, >> >> 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 >> timesta

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Nick Dokos
Jason Dunsmore wrote: > Cássio Koshikumo writes: > > > Hi all, > > > > 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 > >

[O] Re: [Orgmode] HTML export options are being ignored

2011-03-04 Thread Bastien
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

[O] Re: [Orgmode] HTML export options are being ignored

2011-03-04 Thread Bastien
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

Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Jason Dunsmore
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

Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Bastien
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