emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [org-e-latex] Coding System


From: Suvayu Ali
Subject: Re: [O] [org-e-latex] Coding System
Date: Mon, 19 Nov 2012 14:33:22 +0100
User-agent: Mutt/1.5.21 (2011-07-01)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]