sindikat <sindi...@mail36.net> 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