From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Howto generate LaTeX footnotes using \footnote{} Date: Fri, 30 Apr 2010 18:01:22 +0200 Message-ID: <871vdxaq0d.fsf@gmx.de> References: <4BDACE66.9000002@freylax.de> 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 1O7sem-0006Q6-4H for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 12:01:36 -0400 Received: from [140.186.70.92] (port=56201 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7sei-0006Mf-7q for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 12:01:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7seg-00024z-Md for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 12:01:31 -0400 Received: from mail.gmx.net ([213.165.64.20]:48368) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O7seg-00024e-AZ for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 12:01:30 -0400 In-Reply-To: <4BDACE66.9000002@freylax.de> (Robert Hennig's message of "Fri, 30 Apr 2010 14:34:46 +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: Robert Hennig Cc: emacs-orgmode@gnu.org Hi Robert, Robert Hennig writes: > Dear orgmode list! > > I'm would like to generate LaTeX footnotes > using the LaTeX macro \footnote{} if I export > the org-mode document to LaTeX. What do I have > to do - now I only get a plain '[..]' and the > footnote comes at the end of the document. > (I like to have the footnote on the page where > it is referenced, he LaTeX \footnote{} should do this.) > Digging into the code I found the \footnote, but I'm > not this familiar to figure out howto actually > I could reproduce the desired behaviour. M-x customize-variable RET org-footnote-section RET I guess it does what you want. The docstring states: "This can be nil, to place footnotes locally at the end of the current outline node." HTH Sebastian