From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug in org-latex (6.34c)? Date: Sat, 23 Jan 2010 17:23:15 +0100 Message-ID: <3155356B-A9D8-4D7D-97C2-65F44F8FDC87@gmail.com> References: <87aaw5kq3c.fsf@gmx.ch> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYilh-00073k-IB for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 11:23:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYilc-0006qJ-SD for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 11:23:25 -0500 Received: from [199.232.76.173] (port=42707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYilc-0006q4-Km for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 11:23:20 -0500 Received: from mail-bw0-f215.google.com ([209.85.218.215]:64413) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYilc-0001qx-Bt for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 11:23:20 -0500 Received: by bwz7 with SMTP id 7so1774827bwz.26 for ; Sat, 23 Jan 2010 08:23:19 -0800 (PST) In-Reply-To: <87aaw5kq3c.fsf@gmx.ch> 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 Cc: emacs-org On Jan 23, 2010, at 12:39 PM, Sven Bretfeld wrote: > 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. This works for me: (setq org-export-latex-inputenc-alist '(("utf8" . "utf8x))) Is this what you have? Note the extra pair of parenthesis..... > No improvement. The resulting tex-file still lacks the "x". > > This was still working in 6.33. 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.... - Carsten > > Greetings, > > Sven > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten