* A macro would definitely do this--a "keyboard macro" solution is simple:
To create a keyboard macro do something like this:
Cx ( etc. Cx ) ; Mx name-last-keyboard-macroetc.
To me, Cx (.Cx )...--creating a "keyboard macro" seems to be the most
useful thing one can use Editor MACroS/
Hello,
C-c ^ A will sort the list alphabetically, in reversed order.
If you do not really have A, B, etc. you can, well, add "marks"
(numbers) to items with the help of `org-apply-on-list', sort the list
numerically (in reversed order, with C-c ^ N), then remove the marks.
Here is an example sex
hi all!
I have a region of outline items with subitems like
- A
* text below A
* ...
- B
* text below B
- C
- D
* text below D ...
- E
- ..
I want to reverse the list to:
- ..
- E
- D
* text below D ...
- C
- B
* text below B
- A
* text below A
* ...
without loosing the connect