emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: William Denton <wtd@pobox.com>
To: emacs-orgmode@gnu.org
Subject: How to make footnotes be fnlocal by default?
Date: Mon, 15 Jun 2015 18:40:06 -0400 (EDT)	[thread overview]
Message-ID: <alpine.DEB.2.02.1506151831430.5852@shell.miskatonic.org> (raw)

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1377 bytes --]

I'm writing something with a bunch of footnotes and instead of doing them by hand I'm using C-c C-x f, which in the usual Emacs/Org way strikes me as a more difficult at first but then turns into magic.

By default, adding a footnote puts it at the bottom of the document.  This is 
because of org-footnote-define-inline:

'Non-nil means define footnotes inline, at reference location. When nil, 
footnotes will be defined in a special section near the end of the document. 
When t, the [fn:label:definition] notation will be used to define the footnote 
at the reference position."

However, there are three (not two) possible options available in STARTUP 
options:

> fninline    define footnotes inline
> fnnoinline  define footnotes in separate section
> fnlocal     define footnotes near first reference, but not inline

I found I like fnlocal, which puts the footnotes at the bottom of the paragraph 
or section, where they are nearby and easy to see.

I'd like to make this the default in all Org files by setting 
org-footnote-define-inline, but it seems I can't---all I can definte that way 
are the fninline and fnnoinline options.  Am I correct?  Is there some way 
around this, or perhaps a (setq org-footnote-define-inline 'fnlocal) setting 
could be added?

Bill
-- 
William Denton ↔  Toronto, Canada ↔  https://www.miskatonic.org/

             reply	other threads:[~2015-06-15 22:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-15 22:40 William Denton [this message]
2015-06-15 22:56 ` How to make footnotes be fnlocal by default? Kyle Meyer
2015-06-15 22:57 ` Rasmus
2015-06-16  1:22   ` William Denton
2015-06-16 11:49     ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.02.1506151831430.5852@shell.miskatonic.org \
    --to=wtd@pobox.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).