From mboxrd@z Thu Jan 1 00:00:00 1970 From: mylesenglish@gmail.com Subject: Bug: ^:{} option, underscore in inline task, latex export Date: Tue, 21 Feb 2012 00:29:38 +0000 Message-ID: <87bootvxjh.fsf@ed.ac.uk> Reply-To: emacs-orgmode Mode Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzdYF-0002TT-En for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 19:25:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzdYE-0005fM-8j for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 19:25:51 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:63596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzdYE-0005fF-36 for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 19:25:50 -0500 Received: by wera13 with SMTP id a13so4512680wer.0 for ; Mon, 20 Feb 2012 16:25:48 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mode Hello, If an underscore appears in an inline task then there are problems for latex export, as below. Myles #+TITLE: Underscore bug #+OPTIONS: ^:{} * This works as expected Here is an under_score that is escaped upon latex export *************** TODO Fix buggy_bug That one makes it through to the .tex file *************** END * LaTeX export results in: :noexport: \section{This works as expected} \label{sec-1} Here is an under\_{}score that is escaped upon latex export \begin{description} \item[\textsc{TODO} Fix buggy_bug]~ That one makes it through to the .tex file \end{description}