From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Wed, 11 Dec 2013 07:58:59 -0500 Message-ID: <87haafwnl8.fsf@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqjNl-0001Ns-3r for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 07:59:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqjNf-0002oP-2Y for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 07:59:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:45031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqjNe-0002oC-Rh for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 07:59:10 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VqjNd-0001rf-Df for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 13:59:09 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Dec 2013 13:59:09 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Dec 2013 13:59:09 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Scott Randby writes: > On 12/09/2013 02:53 PM, Nick Dokos wrote: >> Catonano 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 >>> >>> >>> >>> but it doesn't work, I still get >>> >>>
>>>

>>> Lorem ipsum >>>

>>> >>>
>>> >>> 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