[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Sorting and renumbering footnotes
From: |
Karl Maihofer |
Subject: |
[Orgmode] Sorting and renumbering footnotes |
Date: |
Tue, 30 Jun 2009 16:38:23 +0200 |
User-agent: |
Dynamic Internet Messaging Program (DIMP) H3 (1.1.2) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Orgmode] Sorting and renumbering footnotes,
Karl Maihofer <=