[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] publishuing in html5
From: |
Nick Dokos |
Subject: |
Re: [O] publishuing in html5 |
Date: |
Wed, 11 Dec 2013 07:58:59 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Scott Randby <address@hidden> writes:
> 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.
>
Did you C-c C-c on the #+OPTIONS line (or otherwise reinitialize the
mode of the file)?
--
Nick
- [O] publishuing in html5, Catonano, 2013/12/09
- Re: [O] publishuing in html5, Catonano, 2013/12/09
- Re: [O] publishuing in html5, Nick Dokos, 2013/12/09
- Re: [O] publishuing in html5, Scott Randby, 2013/12/10
- Re: [O] publishuing in html5,
Nick Dokos <=
- Re: [O] publishuing in html5, Scott Randby, 2013/12/11
- Re: [O] publishuing in html5, Nick Dokos, 2013/12/11
- Re: [O] publishuing in html5, Scott Randby, 2013/12/11
- Re: [O] publishuing in html5, Nicolas Goaziou, 2013/12/11
- Re: [O] publishuing in html5, Scott Randby, 2013/12/11
- Re: [O] publishuing in html5, Nicolas Goaziou, 2013/12/11
- Re: [O] publishuing in html5, Scott Randby, 2013/12/11
- Re: [O] publishuing in html5, Catonano, 2013/12/14
- Re: [O] publishuing in html5, Nick Dokos, 2013/12/14
- Re: [O] publishuing in html5, Alan L Tyree, 2013/12/14