From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Speed Kjeldsen Subject: LaTeX export not possible when case-fold-search is set to nil Date: Wed, 11 Nov 2009 10:49:55 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N89py-000054-QQ for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 04:50:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N89pu-0008RU-11 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 04:50:02 -0500 Received: from [199.232.76.173] (port=53136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N89pt-0008RL-6C for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 04:49:57 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:59644) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N89ps-0006Mx-Qd for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 04:49:56 -0500 Received: by ewy28 with SMTP id 28so2349900ewy.42 for ; Wed, 11 Nov 2009 01:49:55 -0800 (PST) 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-orgmode@gnu.org I use emacs 23 and org-mode from the git repository. I think there is a bug related to the variable case-fold-search. When it is set to nil, which it is in my .emacs, I cannot export to LaTeX. If I do not set it to nil, everything works. Is there a way to fix this? PS: This presumable bug is also present in the latest stable release. Best regards Alex