Re: [Orgmode] how to reverse a region of outline items

2010-10-12 Thread brian powell
* 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/

Re: [Orgmode] how to reverse a region of outline items

2010-10-09 Thread Nicolas Goaziou
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