From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: turning off footnote exporting Date: Thu, 21 Jun 2007 11:30:43 +0200 Message-ID: <0bcfbfb749d7cb6120c612fded0f1ea9@science.uva.nl> References: <87vedi4g2z.fsf@freemail.hu> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1J03-0007jm-Ca for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 05:30:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1J01-0007gZ-Go for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 05:30:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1J01-0007g3-CZ for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 05:30:45 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1J01-0001CB-1W for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 05:30:45 -0400 In-Reply-To: <87vedi4g2z.fsf@freemail.hu> 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: ignotus@freemail.hu Cc: emacs-orgmode@gnu.org On Jun 20, 2007, at 20:48, ignotus@freemail.hu wrote: > Hi Casrten and Others! > > There is no export option to turn off footnote exporting, would it be > possible to add a variable to control that? I like that feature, but I > have some documents where I use "[number]" for other purposes, thanks. This will be the option `org-export-with-footnotes', and also the export option flag "f", for example: #+OPTIONS: f:nil Thanks. - Carsten