Re: [O] [BUG] org-html export does not put section numbers in div id

2014-07-31 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Take the following file: > > --8<---cut here---start->8--- > #+options: num:nil > > * Headline > ** Subheading > * Another headline > --8<---cut here---end--->8--- > > When exported to html, the

[O] [BUG] org-html export does not put section numbers in div id

2014-07-30 Thread Matt Lundin
Take the following file: --8<---cut here---start->8--- #+options: num:nil * Headline ** Subheading * Another headline --8<---cut here---end--->8--- When exported to html, the section headings are not numbered, as expected.