[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Add publishing with utf8
From: |
Nick Dokos |
Subject: |
Re: [O] Add publishing with utf8 |
Date: |
Tue, 22 Nov 2011 16:08:42 -0500 |
sindikat <address@hidden> wrote:
> I added this to my .emacs:
>
> (set-language-environment "UTF-8")
> (prefer-coding-system 'utf-8-unix)
> (org-export-html-coding-system 'utf-8-unix)
>
This last one is wrong:
(setq org-export-html-coding-system 'utf-8-unix)
might work better. This might be all you have to do, if Jambunathan K is
correct.
Nick