From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: Bug in org-latex (6.34c)? Date: 23 Jan 2010 19:48:14 +0100 Message-ID: <87vdesbqtt.fsf@rub.de> References: <87aaw5kq3c.fsf@gmx.ch> <3155356B-A9D8-4D7D-97C2-65F44F8FDC87@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYl1g-0007AA-65 for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:48:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYl1a-00079w-Gp for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:48:02 -0500 Received: from [199.232.76.173] (port=43496 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYl1a-00079t-AY for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:47:58 -0500 Received: from mx5.rz.ruhr-uni-bochum.de ([134.147.64.33]:50713) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NYl1Z-0000d6-Jy for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:47:58 -0500 In-Reply-To: <3155356B-A9D8-4D7D-97C2-65F44F8FDC87@gmail.com> (Carsten Dominik's message of "Sat, 23 Jan 2010 17:23:15 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sven Bretfeld , emacs-org Hi Carsten Carsten Dominik writes: > This works for me: > > (setq org-export-latex-inputenc-alist '(("utf8" . "utf8x))) Yes, that's working. Thank you very much. > Is this what you have? I set that function via customize. I think there was only one set og parenthesis. > I can make a variable to turn this automatic fixing of inputenc off, so > that the configured value in org-export-latex-classes will always be > used.... So, it's not a bug, it'a a feature. At least it should be documented in a more accessible place. All the predefined export classes contain the \usepackage[utf8]{inputenc} header. This suggests that having that line or changing it would have any effect. Thanks again and greetings, Sven