From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Latex export - footnotes and emphasis Date: Mon, 30 Mar 2009 13:12:31 -0500 Message-ID: <87iqlq7ucw.fsf@fastmail.fm> References: <26A8C950-F579-42D9-A333-A5323CBA7B35@gmail.com> <87iqlrhxfg.fsf@fastmail.fm> <803B77B0-A602-43E0-AC1D-866A2CDA0BA8@gmail.com> 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 1LoLyB-0001OZ-1B for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 14:12:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoLy6-0001Nn-Ny for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 14:12:22 -0400 Received: from [199.232.76.173] (port=40357 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoLy6-0001Nh-Cl for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 14:12:18 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:48270) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoLy5-0007Ku-Re for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 14:12:18 -0400 In-Reply-To: <803B77B0-A602-43E0-AC1D-866A2CDA0BA8@gmail.com> (Carsten Dominik's message of "Mon, 30 Mar 2009 19:44:08 +0200") 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: Carsten Dominik Cc: Org Mode List Hi Carsten, I think I figured out the problem. I reset org-emphasis-regexp-components to the new default (I had customized it) and everything now works fine. Thanks, Matt Carsten Dominik writes: > Hi Matt, > > well, if I export that exact same document, then I get > > ------------------------------------------------------------------- > \title{Test} > \author{Carsten Dominik} > \date{30 March 2009} > > \begin{document} > > \maketitle > > \setcounter{tocdepth}{3} > \tableofcontents > \vspace*{1cm} > > This is a footnote.\footnote{\emph{Test.} } > > > > \end{document} > ------------------------------------------------ > > - Carsten >