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 g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson
On Sun, Jun 22, 2014 at 7:56 AM, Grant Rettke <g...@wisdomandwonder.com> wrote: > 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 > g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ > “Wisdom begins in wonder.” --Socrates > ((λ (x) (x x)) (λ (x) (x x))) > “Life has become immeasurably better since I have been forced to stop > taking it seriously.” --Thompson > > > On Sat, Jun 21, 2014 at 9:20 PM, Matt Lundin <m...@imapmail.org> wrote: >> Grant Rettke <g...@wisdomandwonder.com> 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