From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Re: export html -> doc Date: Tue, 21 Dec 2010 09:12:58 +0100 Message-ID: <4D10618A.2020401@christianmoe.com> References: <87aak0ye4e.fsf@ericabrahamsen.net> <87ei9czs5e.fsf@googlemail.com> <4D0F4005.2020703@christianmoe.com> <871v5bc25q.fsf@ericabrahamsen.net> 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=42933 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUxIo-0000he-SV for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 03:10:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUxIn-0003tU-MB for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 03:10:34 -0500 Received: from mars.hitrost.net ([91.185.211.18]:40583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUxIn-0003t9-GY for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 03:10:33 -0500 In-Reply-To: <871v5bc25q.fsf@ericabrahamsen.net> 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org On 12/21/10 3:04 AM, Eric Abrahamsen wrote: >> #+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? With the same setup I still get utf-8. Though the XML declaration is lost, it's still there in the line: What values do you have for the following? org-export-html-coding-system buffer-file-coding-system current-language-environment Yours, Christian