From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: Change DOCTYPE declaration? Date: Wed, 17 Nov 2010 16:34:27 -0200 Message-ID: <20101117183427.GG2450@soloJazz.com> References: <20101117130409.773797d2amscopub-mail@yahoo.com@dove.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=42269 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PImq4-0005Zk-Dj for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 13:34:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PImq1-0002O5-BF for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 13:34:36 -0500 Received: from cpoproxy2-pub.bluehost.com ([67.222.39.38]:52452) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PImq1-0002Na-1V for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 13:34:33 -0500 Content-Disposition: inline In-Reply-To: <20101117130409.773797d2amscopub-mail@yahoo.com@dove.localdomain> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Uriel Avalos Cc: emacs-orgmode@gnu.org Hi, The DOCTYPE declaration is hardcoded inside org-html.el You may change it by defining a hook and modifying the generated HTML. Have a look at the following message, where they get rid of the declaration: http://lists.gnu.org/archive/html/emacs-orgmode/2010-06/msg00063.html you may add some 'insert' there with your own declaration. Regards, .j. On Wed, Nov 17, 2010 at 01:04:09PM -0500, Uriel Avalos wrote: > How do I change the doctype declaration? > > Is there an export option or variable I can set? I tried searching > for the variable. Perhaps I'm using a version of orgmode that's too > old? > > The only thing I could find was org-export-html-xml-declaration but > that's not the same thing.