From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug in org-latex (6.34c)? Date: Sun, 24 Jan 2010 10:55:24 +0100 Message-ID: References: <87aaw5kq3c.fsf@gmx.ch> <3155356B-A9D8-4D7D-97C2-65F44F8FDC87@gmail.com> <87iqasjtcr.fsf@rub.de> 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 1NYzBq-0002IL-0i for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 04:55:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYzBo-0002I1-N7 for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 04:55:28 -0500 Received: from [199.232.76.173] (port=44902 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYzBo-0002Hy-Gd for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 04:55:28 -0500 Received: from fg-out-1718.google.com ([72.14.220.152]:9613) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYzBo-00005t-1J for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 04:55:28 -0500 Received: by fg-out-1718.google.com with SMTP id e21so44025fga.12 for ; Sun, 24 Jan 2010 01:55:27 -0800 (PST) In-Reply-To: <87iqasjtcr.fsf@rub.de> 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 24, 2010, at 12:26 AM, Sven Bretfeld wrote: > 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. Maybe we should redefine the classes to use \usepackage[BUFFERCODING]{inputenc} and the only modify the coding system if it is the special value BUFFERCODING, but not if the user has specified one explicitly...... - Carsten > > Thanks again and 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