On Mon, Nov 19, 2012 at 07:28:30AM +0000, Achim Gratz wrote: > When the new exporter produces a TeX file that contains unicode characters, > Emacs tries to save this file with coding systems `undecided-unix´ and > `iso-latin1-unix´, both of which don't work of course (and the latter would > likely be wrong for some characters). While it should be possible to change > the > default coding systems to use, it would certainly be better if the exporter > took > note of the > > \usepackage[utf8]{inputenc} > > and alter the coding system for saving the TeX file accordingly. >
This is not an answer to the issue above; but if you are using utf-8, should you not already be having something like this in your init file? (prefer-coding-system 'utf-8) This should circumvent the problem. Cheers, -- Suvayu Open source is the future. It sets us free.