From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Orgmode LaTeX export special character in Title Date: Thu, 02 Jun 2011 22:55:28 -0400 Message-ID: <4111.1307069728@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSLyJ-0003GU-CM for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 00:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSLyF-0002g4-W2 for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 00:26:54 -0400 Received: from vms173007pub.verizon.net ([206.46.173.7]:40430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSLyF-0002fG-He for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 00:26:51 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LM700CY75O4F3A0@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 02 Jun 2011 23:26:33 -0500 (CDT) In-reply-to: Message from Xin Shi of "Thu, 02 Jun 2011 20:30:34 EDT." 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: Xin Shi Cc: nicholas.dokos@hp.com, emacs-orgmode Xin Shi wrote: > If I want to export to LaTeX with the math symbols in the title: > > #+TITLE: This is a test for $D$ > > I get the $D$ in the PDF. Are there any way to let it behave the same as in > the body for the title? > This works fine here: GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) Org-mode version 7.5 (baseline.263.gcf708) Carsten pushed a fix back in November of last year. If your org-mode is older, it's time to upgrade. NB: it's probably a better practice to use the \(...\) inline math delimiters instead of $...$ Nick