From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: Removing footnotes Date: Tue, 19 Jan 2010 08:20:20 +0100 Message-ID: <4B555D34.6010705@jboecker.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NX8Of-0006oK-RH for emacs-orgmode@gnu.org; Tue, 19 Jan 2010 02:21:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NX8OX-0006ep-86 for emacs-orgmode@gnu.org; Tue, 19 Jan 2010 02:21:03 -0500 Received: from [199.232.76.173] (port=34374 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NX8OW-0006eY-UN for emacs-orgmode@gnu.org; Tue, 19 Jan 2010 02:20:57 -0500 Received: from mail7.worldserver.net ([217.13.200.27]:46235) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NX8OW-0002LE-Ii for emacs-orgmode@gnu.org; Tue, 19 Jan 2010 02:20:56 -0500 In-Reply-To: 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: Joe Python Cc: emacs-orgmode@gnu.org > The F[9] above is interpreted as a Foot Note by org. > Is there a way to prevent it? Take a look at section 12.2 - Export Options in the Org manual. The one you want is: #+OPTIONS: f:nil HTH, Jan