From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: LaTeX export: inline markup underscore problem Date: Sun, 10 Apr 2011 18:52:29 -1000 Message-ID: <67067941-9FDA-4EBD-94E4-BD931555AA36@tsdye.com> References: <1112.1302466080@alphaville.dokosmarshall.org> <63F0C433-3616-4517-A1CF-D758F3B88086@tsdye.com> <9082.1302486279@alphaville.dokosmarshall.org> 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 [140.186.70.92] (port=34632 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9977-0007yW-EL for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 00:52:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9976-00027b-73 for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 00:52:37 -0400 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:40166) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q9975-00027T-UU for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 00:52:36 -0400 In-Reply-To: <9082.1302486279@alphaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Mauro Rovezzi , emacs-orgmode@gnu.org Thanks Nick. Feel free to change the LaTeX export tutorial as you see fit. All the best, Tom On Apr 10, 2011, at 3:44 PM, Nick Dokos wrote: > Thomas S. Dye wrote: > >> Aloha Nick, >> >> The code the OP cited passes desc to \cite{}. The code I pointed to >> passes path to \cite{}. It does this to get around the problem of >> escaped underscores, if I remember correctly. In any case, I use >> this >> code with bibliography keys that include underscores, so it should >> work for the OP. >> > > I still don't quite understand, so obviously I'm missing something > fundamental - but I'll read your tutorial completely first (great > tutorial btw!) and try some things out. > > Thanks, > Nick