emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] publishuing in html5


From: Catonano
Subject: Re: [O] publishuing in html5
Date: Mon, 9 Dec 2013 19:48:55 +0100

now I see that html5 is mentioned in the exporting section but not in the publishing section.

I mistakenly identified the 2.

Does org-mode publish to html5 ?


2013/12/9 Catonano <address@hidden>
I forgot: my org-mode version is 8.2.4


2013/12/9 Catonano <address@hidden>
I' m trying to follow the examples at this page

http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes

to transform

     #+BEGIN_ASIDE
     Lorem ipsum
     #+END_ASIDE


in


     <aside>
       <p>Lorem ipsum</p>
     </aside>

but it doesn't work, I still get

<div class="aside">
<p>
Lorem ipsum
</p>

</div>

I tried to both include the directive in the "group" in the project definition AND using

#+HTML_HTML5_FANCY: t

in level-0.org

What am I missing ?



reply via email to

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