emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Renumbering of footnotes, and list line spaces
@ 2010-07-12  6:25 Adam
  2010-07-12 15:09 ` David Maus
  0 siblings, 1 reply; 2+ messages in thread
From: Adam @ 2010-07-12  6:25 UTC (permalink / raw)
  To: emacs-orgmode

Am using Org-mode version 6.21b

The Org Manual section 2.10, suggest that  s, r, S, n, d  commands are 
available if a prefix-argument is supplied to the Footnote action command  
C-c C-x f. 

When I enter   C-u  C-c  C-x  f     a footnote command menu appears with 
only the following;     [s]ort  |  convert to [n]umeric  |  [d]elete  

I wish to Sort or to Renumber the footnotes. Sort does not appear to sort 
the collection numerically, and renumber seems unavailable.     

For Plain Lists,  I wish to include a line space after each list entry. Is 
there a simple way to do this ? 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Renumbering of footnotes, and list line spaces
  2010-07-12  6:25 Renumbering of footnotes, and list line spaces Adam
@ 2010-07-12 15:09 ` David Maus
  0 siblings, 0 replies; 2+ messages in thread
From: David Maus @ 2010-07-12 15:09 UTC (permalink / raw)
  To: Adam; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1410 bytes --]

Adam wrote:
>Am using Org-mode version 6.21b

>The Org Manual section 2.10, suggest that  s, r, S, n, d  commands are
>available if a prefix-argument is supplied to the Footnote action command
>C-c C-x f.

>When I enter   C-u  C-c  C-x  f     a footnote command menu appears with
>only the following;     [s]ort  |  convert to [n]umeric  |  [d]elete

The manual is about current Org mode and 6.21b did just support sorting,
converting and deleting footnotes.  So no renumbering in 6.21b.

>I wish to Sort or to Renumber the footnotes. Sort does not appear to sort
>the collection numerically, and renumber seems unavailable.

I've tried to sort and it works: The footnotes in the footnote section
are sorted by their appearance in the main text.  E.g.


,----
| * This is just a test
|
|   Here is the first, but has number two!!!!11!!1[fn:2]
|
|   Here is one [fn:1].
|
| * Footnotes
|
| [fn:1] A footnote!
|
| [fn:2] See!
`----

Becomes

,----
| * This is just a test
|
|   Here is the first, but has number two!!!!11!!1[fn:2]
|
|   Here is one [fn:1].
|
| * Footnotes
| [fn:2] See!
|
| [fn:1] A footnote!
|
`----

After sorting (C-u C-c C-x f s).

>For Plain Lists,  I wish to include a line space after each list entry. Is
>there a simple way to do this ?

Create the new list item by pressing M-RET.

HTH
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-12 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-12  6:25 Renumbering of footnotes, and list line spaces Adam
2010-07-12 15:09 ` David Maus

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).