From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Bug in org-latex (6.34c)? Date: 23 Jan 2010 12:39:19 +0100 Message-ID: <87aaw5kq3c.fsf@gmx.ch> 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 1NYeKc-0003PP-9O for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 06:39:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYeKX-0003Lj-IV for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 06:39:09 -0500 Received: from [199.232.76.173] (port=49201 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYeKX-0003Lg-Fx for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 06:39:05 -0500 Received: from mx1.rz.ruhr-uni-bochum.de ([134.147.32.86]:34342) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NYeKW-00075m-Ui for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 06:39:05 -0500 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: emacs-org Hello fellows org-latex-export sticks to the header \usepackage[utf8]{inputenc}, albeit this is customized to \usepackage[utf8x]{inputenc}. ^^^^^ I added the "x" in all customizable classes as well as my own classes. I also tried to add ("utf8" . "utf8x") to org-export-latex-inputenc-alist. No improvement. The resulting tex-file still lacks the "x". This was still working in 6.33. Greetings, Sven