From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: publishuing in html5 Date: Sun, 15 Dec 2013 13:30:25 -0500 Message-ID: <52ADF541.20907@gmail.com> References: <87vbyxls1c.fsf@alphaville.bos.redhat.com> <52A7B4AF.9050809@gmail.com> <87haafwnl8.fsf@gmail.com> <52A8730F.2080301@gmail.com> <87ppp3juoi.fsf@alphaville.bos.redhat.com> <52A882B6.6010904@gmail.com> <87txefxvep.fsf@gmail.com> <52A8890A.7050605@gmail.com> <87a9g7xtlu.fsf@gmail.com> 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]:43489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsGSd-0005zS-BP for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 13:30:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsGSU-00010C-Mb for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 13:30:39 -0500 Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:36697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsGSU-000105-Fm for emacs-orgmode@gnu.org; Sun, 15 Dec 2013 13:30:30 -0500 Received: by mail-ie0-f181.google.com with SMTP id e14so5412535iej.40 for ; Sun, 15 Dec 2013 10:30:29 -0800 (PST) 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 k6sm11575796igx.8.2013.12.15.10.30.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 15 Dec 2013 10:30:28 -0800 (PST) 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 12/14/2013 12:01 PM, Catonano wrote: > 2013/12/11 Nicolas Goaziou > >> Scott Randby writes: >> >>> I already have the following in my file: >>> >>> #+HTML_DOCTYPE: html5 >> >> You need to upgrade Org then. >> >> > I have Org 8.2.4 and it doesn't work anyway > I upgraded Org and my problems were solved. I now have the following in my file: #+HTML_DOCTYPE: html5 #+OPTIONS: html5-fancy:t Scott Randby