From: Karl Maihofer <ignoramus@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Sorting and renumbering footnotes
Date: Tue, 30 Jun 2009 16:38:23 +0200 [thread overview]
Message-ID: <20090630163823.182264ws2zu75qck@webmail.df.eu> (raw)
I use Org to write quite long documents with many footnotes and I am
wondering if there is a way to renumber the footnotes when sorting
with "C-u C-c C-x f s". "n" at the end is not what I am looking for.
I'd like the footnotes to stay at the position set by
org-footnote-section.
Simple visual example:
-------------------------------------------
* First Headline
Org-mode is for keeping[fn:2] notes, maintaining ToDo lists, doing
project[fn:3] planning, and
authoring with a fast and effective[fn:1] plain-text system.
[fn:1] Third Footnote.
[fn:2] Frist Footnote.
[fn:3] Second Footnote.
* Second Headline
---------------------------------------------
Pressing "C-u C-c C-x f s" resuls in the following:
----------------------------------------------
* First Headline
Org-mode is for keeping[fn:2] notes, maintaining ToDo lists, doing
project[fn:3] planning, and
authoring with a fast and effective[fn:1] plain-text system.
[fn:2] Frist Footnote.
[fn:3] Second Footnote.
[fn:1] Third Footnote.
* Second Headline
-----------------------------------------------
How can I achieve this:
-----------------------------------------------
* First Headline
Org-mode is for keeping[fn:1] notes, maintaining ToDo lists, doing
project[fn:2] planning, and
authoring with a fast and effective[fn:3] plain-text system.
[fn:1] Frist Footnote.
[fn:2] Second Footnote.
[fn:3] Third Footnote.
* Second Headline
--------------------------------------------------
Karl
next reply other threads:[~2009-06-30 14:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-30 14:38 Karl Maihofer [this message]
2009-07-01 8:39 ` Sorting and renumbering footnotes Carsten Dominik
2009-07-01 10:04 ` Carsten Dominik
2009-07-01 15:08 ` Karl Maihofer
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=20090630163823.182264ws2zu75qck@webmail.df.eu \
--to=ignoramus@gmx.de \
--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).