From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: Re: Latex Export Difficulties Date: Thu, 06 Feb 2014 17:00:27 +0100 Message-ID: <52F3B19B.8090109@miszellen.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBRNY-0003cg-5s for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 11:00:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBRNR-0002XD-5e for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 11:00:40 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::6]:21176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBRNQ-0002X7-R5 for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 11:00:33 -0500 Received: from [109.43.97.210] (ip-109-43-97-210.web.vodafone.de [109.43.97.210]) by smtp.strato.de (RZmta 32.24 DYNA|AUTH) with ESMTPSA id y0673dq16G0U5cL (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) for ; Thu, 6 Feb 2014 17:00:30 +0100 (CET) In-Reply-To: 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: Org-mode On 06.02.2014 10:20, Samuel Schaumburg wrote: > \section{Some Headline\footnote{S. 45}} This is what the footmisc package is for. So use #+LaTeX_HEADER: \usepackage[stable]{footmisc} or add it to your default packages. > \section{Some Headline \protect\footnote{S. 45}} If you really want this, have a look at `org-export-filter-footnote-reference-functions'. -- Florian Beck