Sébastien Gendre <s...@k-7.ch> writes:

> What if I add new export options in the alist:
>
> * :html-div-preamble
>
> * :html-div-content
>
> * :html-div-preamble

This might work. I was also thinking along the same lines...

> So, a user could set its option like this:
>
>     #+OPTION: html-div-content:(:tag "article" :class "content")

... but this is clunky.

#+HTML_DIV_CONTENT: :tag article :class content
will be more compact.

But then

#+HTML_DIV: :preamble div preamble :content div content :postamble div postamble

is even more compact (although, only when all three divs need to be set)

So, #+HTML_DIV_CONTENT/PREMABLE/POSTAMBLE: should also work.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to