From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Mon, 09 Dec 2013 14:53:51 -0500 Message-ID: <87vbyxls1c.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6uB-0004iU-N3 for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:54:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq6u6-0002rk-00 for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:54:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:36261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6u5-0002rX-PM for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:54:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vq6u2-0005HO-BR for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 20:54:02 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 20:54:02 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 20:54:02 +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 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--- > in level-0.org > > What am I missing ? Nick