From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: export html -> doc Date: Tue, 21 Dec 2010 10:04:01 +0800 Message-ID: <871v5bc25q.fsf@ericabrahamsen.net> References: <87aak0ye4e.fsf@ericabrahamsen.net> <87ei9czs5e.fsf@googlemail.com> <4D0F4005.2020703@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49867 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUraS-0001JL-Mi for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 21:04:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUraR-0005Rf-8W for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 21:04:24 -0500 Received: from lo.gmane.org ([80.91.229.12]:48271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUraR-0005RV-22 for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 21:04:23 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PUraP-0007ka-RO for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 03:04:21 +0100 Received: from 123.121.226.107 ([123.121.226.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2010 03:04:21 +0100 Received: from eric by 123.121.226.107 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2010 03:04:21 +0100 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: emacs-orgmode@gnu.org On Mon, Dec 20 2010, Christian Moe wrote: > 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 () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do I go about asking for utf-8? And I'll check out both pandoc and latex2rtf for more complicated exports, thanks to all! Eric > > Yours, > Christian > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode