From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: publishuing in html5 Date: Tue, 31 Dec 2013 11:28:47 -0500 Message-ID: <87ha9pgf28.fsf@alphaville.bos.redhat.com> References: <87fvq1u7a5.fsf@gmail.com> 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]:42003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy2Bn-0008Bd-9C for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:29:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vy2Bh-00066g-Ed for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:29:07 -0500 Received: from plane.gmane.org ([80.91.229.3]:47473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy2Bh-00066c-7t for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 11:29:01 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vy2Bf-0001PW-21 for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 17:28:59 +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 ; Tue, 31 Dec 2013 17:28:59 +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 ; Tue, 31 Dec 2013 17:28:59 +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: > Nicolas, > > 2013/12/9 Nicolas Goaziou > > > #+HTML_HTML5_FANCY: t > > > > in level-0.org > > There is no such keyword. Use: > >   #+OPTIONS: html5-fancy:t > > or set `org-html-html5-fancy' to a non-nil value. > > Thanks. I copied that line from here: > http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#sec-5 > > I don't know of this constitutes a bug in the document using that keyword, but that is something that misled me. You should not copy the line: instead, you should insert the template using C-c C-e #. I'll add a warning to the document. Nick