I forgot: my org-mode version is 8.2.42013/12/9 Catonano <catonano@gmail.com>
What am I missing ?in level-0.orgI' m trying to follow the examples at this pageI tried to both include the directive in the "group" in the project definition AND using
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>
#+HTML_HTML5_FANCY: t