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 09:11:34 -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]:46710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyiUc-0002gj-EM for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 10:11:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyiUZ-0000tE-TF for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 10:11:38 -0400 Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:51070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyiUZ-0000t3-NX for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 10:11:35 -0400 Received: by mail-ob0-f172.google.com with SMTP id uy5so3033389obc.3 for ; Sun, 22 Jun 2014 07:11:35 -0700 (PDT) In-Reply-To: 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" Here is what I had intended: (setq org-footnote-define-inline +1) (setq org-footnote-auto-label 'random) (setq org-footnote-auto-adjust nil) 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 Sun, Jun 22, 2014 at 7:56 AM, Grant Rettke wro= te: > 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 = stop > 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