emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Outline DOM?


From: Rasmus
Subject: Re: [O] Outline DOM?
Date: Wed, 02 Sep 2015 13:02:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Lawrence Bottorff <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]