From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: latex-export bug Date: Mon, 17 Nov 2008 13:20:01 +0100 Message-ID: <86wsf2ee8e.fsf@portan.ibr.cs.tu-bs.de> 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 1L23AC-0002w8-9y for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 07:25:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L23AB-0002vw-Fz for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 07:25:08 -0500 Received: from [199.232.76.173] (port=58743 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L23AA-0002vt-QU for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 07:25:06 -0500 Received: from main.gmane.org ([80.91.229.2]:47193 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L23AA-0002lk-E2 for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 07:25:06 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1L23A6-0003Yk-TJ for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 12:25:02 +0000 Received: from portan.ibr.cs.tu-bs.de ([134.169.34.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2008 12:25:02 +0000 Received: from chrismgray by portan.ibr.cs.tu-bs.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2008 12:25:02 +0000 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 Hi, The text =~/a_b= is not handled correctly by org-export-as-latex. It should either be put in math mode or the tilde and underscore should be escaped. I favor the latter solution, because I often put path names in fixed-width mode. Cheers, Chris