From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: publishuing in html5 Date: Mon, 09 Dec 2013 20:57:22 +0100 Message-ID: <87fvq1u7a5.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6x6-0006uL-NT for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:57:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq6x0-0003YO-6O for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:57:12 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:48696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq6wz-0003YG-UL for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:57:06 -0500 Received: by mail-wi0-f174.google.com with SMTP id z2so4376363wiv.1 for ; Mon, 09 Dec 2013 11:57:05 -0800 (PST) In-Reply-To: (catonano@gmail.com's message of "Mon, 9 Dec 2013 18:46:06 +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: Catonano Cc: emacs-orgmode@gnu.org Hello, Catonano writes: > I tried to both include the directive in the "group" in the project > definition AND using > > #+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. Regards, -- Nicolas Goaziou