From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: How to never have the Footnote heading generated? Date: Sun, 22 Jun 2014 07:56:30 -0500 Message-ID: References: <87oaxllmbu.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyhJx-0004AO-S4 for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 08:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyhJw-0006DP-8j for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 08:56:33 -0400 Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]:53240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyhJv-0006Cz-W3 for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 08:56:32 -0400 Received: by mail-ob0-f169.google.com with SMTP id wp18so2965482obc.14 for ; Sun, 22 Jun 2014 05:56:30 -0700 (PDT) In-Reply-To: <87oaxllmbu.fsf@fastmail.fm> 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: Matt Lundin Cc: "emacs-orgmode@gnu.org" Thank you Matt. What I was aiming for was to have in-line footnotes that did have randomly generated IDs so that I one still may reference them. I misunderstood though, because the footnotes will still get defined in the Footnote section, too. I will look at what it takes to have a new footnote type with that behavior. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Sat, Jun 21, 2014 at 9:20 PM, Matt Lundin wrote: > 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