On Tue, Dec 21 2010, Christian Moe wrote:

> 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:
>
> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
>
> What values do you have for the following?
>
> org-export-html-coding-system
> buffer-file-coding-system
> current-language-environment

Aha! It's that first one I was looking for (I must not be using apropos
correctly). I had:

org-export-html-coding-system > nil
buffer-file-coding-system > utf-8-with-signature-unix
current-language-environment > "UTF-8"

Setting org-export-html-coding-system to 'utf-8 resulted in a correct
coding system in the html export, but from the docs you'd think it would
have picked that up from buffer-file-coding-system to begin with…

Thanks,
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

Reply via email to