Footnotes: Automatic label creation.
commit317990dd8a33e06f331f21a49e4c25875bfcc711
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 2 Jan 2009 14:53:02 +0000 (2 15:53 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 2 Jan 2009 14:54:34 +0000 (2 15:54 +0100)
tree9b8a80d68eec0062871b48eded79eefd0cfa0305
parenta50df2a06fa04cf8c46d584157f182b7d42e59fe
Footnotes: Automatic label creation.

This patch implements fully automatic creation of unique labels for
footnotes, which is also turned on as the default setting.  The
automatic labels look like [fn:1], [fn:2], etc, using the first
available unused number.

The commit introduces a new variable, `org-footnote-auto-label' with a
number of different options ranging from no auto creation (prompting
the user for a label) to fully automatic creation.

Also, the commit introduces new #+STARTUP options that can be used to
select these settings on a per-file basis.
ORGWEBPAGE/Changes.org
doc/org.texi
lisp/org-footnote.el
lisp/org.el