emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] publishuing in html5


From: Scott Randby
Subject: Re: [O] publishuing in html5
Date: Tue, 10 Dec 2013 19:41:19 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

On 12/09/2013 02:53 PM, Nick Dokos wrote:
> Catonano <address@hidden> writes:
> 
>> 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
>>
> 
> Try
> 
> --8<---------------cut here---------------start------------->8---
> #+HTML_DOCTYPE: html5
> #+OPTIONS: html5-fancy:t
> 
> #+BEGIN_ASIDE
> Lorem Ipsum
> #+END_ASIDE
> --8<---------------cut here---------------end--------------->8---
> 

I cannot get the html5-fancy:t option to work when I set it in a file in
the manner described above. It only works when I set
org-html-html5-fancy to t in my init file.

I'm using Org 8.0.3 and Emacs 24.2.1. Do I need to upgrade my version of
Org?

Scott Randby


>> in level-0.org
>>
>> What am I missing ?
> 
> Nick
> 
> 
> 



reply via email to

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