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