From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: How to never have the Footnote heading generated? Date: Sat, 21 Jun 2014 21:20:54 -0500 Message-ID: <87oaxllmbu.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyXOx-0005bQ-ES for emacs-orgmode@gnu.org; Sat, 21 Jun 2014 22:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyXOs-0003tG-4n for emacs-orgmode@gnu.org; Sat, 21 Jun 2014 22:21:03 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyXOs-0003t2-1a for emacs-orgmode@gnu.org; Sat, 21 Jun 2014 22:20:58 -0400 In-Reply-To: (Grant Rettke's message of "Sat, 21 Jun 2014 11:30:00 -0500") 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: Grant Rettke Cc: "emacs-orgmode@gnu.org" Grant Rettke writes: > I want only to use in-line footnotes and never to have them > automatically entered into an auto created Footnote heading. An easy way to create inline footnotes is to use the following setting: (setq org-footnote-auto-label nil) Then, when you call org-footnote-action, simply press return for an "anonymous" (i.e., inline) footnote. - The footnote looks like this.[fn:: Like this one] Best, Matt