From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Virtualenv and HTML5 Help Date: Wed, 07 May 2014 16:38:48 -0400 Message-ID: <536A99D8.3020701@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi8cI-00021s-JW for emacs-orgmode@gnu.org; Wed, 07 May 2014 16:39:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wi8c8-000251-Lz for emacs-orgmode@gnu.org; Wed, 07 May 2014 16:39:02 -0400 Received: from mail-ig0-x22c.google.com ([2607:f8b0:4001:c05::22c]:44451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi8c8-00024u-H4 for emacs-orgmode@gnu.org; Wed, 07 May 2014 16:38:52 -0400 Received: by mail-ig0-f172.google.com with SMTP id uy17so8201712igb.5 for ; Wed, 07 May 2014 13:38:51 -0700 (PDT) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id m8sm255102igx.9.2014.05.07.13.38.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 May 2014 13:38:50 -0700 (PDT) In-Reply-To: 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 On 05/07/2014 04:17 PM, Thomas Marek wrote: > > *HTML5 Export:* > * > * > I'm trying to export my org-files in 'html5', as opposed to the default > 'xhtml-strict'. The manual says to set [ org-html-html5-fancy ] to t. I > tried searching for [ org-html-html5-fancy ] in [ M-x org-customize ] > but I couldn't find it. I tried adding [ (setq org-html-html5-fancy t) ] > to my init.el, but nothing happened. I'm not at all proficient in > emacs-lisp so my syntax may be wrong. The manual also says I can set [ > html5-fancy ] in an options line. I'm not really sure how to do this. I > tried [ #+OPTIONS html5-fancy: t ] but it didn't do anything. > > 1. How can I export to 'html5' instead of 'xhtml-strict' in org version > 7.9.3f and Emacs version 24.3.1? > 2. Is there any way I can view and customize the back-end that parses > the org file to produce the html? > I believe you need to upgrade your org to version 8 for (setq org-html-html5-fancy t) to work. Scott Randby > > I appreciate any help you can offer. > > - M