From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Re: export html -> doc Date: Mon, 20 Dec 2010 12:37:41 +0100 Message-ID: <4D0F4005.2020703@christianmoe.com> References: <87aak0ye4e.fsf@ericabrahamsen.net> <87ei9czs5e.fsf@googlemail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47109 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUe1N-0004l3-Qa for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 06:35:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUe1L-0003bg-W7 for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 06:35:17 -0500 Received: from mars.hitrost.net ([91.185.211.18]:53463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUe1L-0003b3-QP for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 06:35:15 -0500 In-Reply-To: <87ei9czs5e.fsf@googlemail.com> 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: Holger Wenzel Cc: Eric Abrahamsen , emacs-orgmode@gnu.org On 12/20/10 10:54 AM, Holger Wenzel wrote: > Did you try to suppress the xml declaration in the exported html? > > #+OPTIONS: org-export-html-xml-declaration (quote (("php" . "\"; ?>"))) Maybe that works for a publishing setup? It doesn't for ordinary export. This does work: #+BIND: org-export-html-xml-declaration () Yours, Christian