From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: [org-e-latex] Coding System Date: Mon, 19 Nov 2012 07:28:30 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaLmp-0003ir-73 for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 02:28:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaLmm-0000MF-4l for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 02:28:55 -0500 Received: from plane.gmane.org ([80.91.229.3]:36144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaLml-0000Lx-V0 for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 02:28:52 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TaLmt-000150-5s for emacs-orgmode@gnu.org; Mon, 19 Nov 2012 08:28:59 +0100 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Nov 2012 08:28:59 +0100 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Nov 2012 08:28:59 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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. Regards, Achim.