Lawrence Bottorff <borg...@gmail.com> writes: > When I do an HTML export, I notice that my headings are all converted from > stars to numbers -- rather deeply. Is there an underlying DOM-like object > that you can glean the org buffer's hierarchical structure from?
Yeah, (org-element-parse-buffer) will give you something like a DOM or an AST. Maybe you just want to set the H OPTION though, e.g.: #+options: h:3 Rasmus -- A page of history is worth a volume of logic