Re: [Orgmode] Useful utility function: org-sort-multi

2009-08-30 Thread Carsten Dominik
On Aug 29, 2009, at 3:38 AM, Ryan C. Thompson wrote: I found myself having to sort by multiple criteria, and I was doing it with multiple calls to org-sort-entries-or-items. Then I decided to abstract the repetition into a function. Here it is: (defun org-sort-multi (&rest sort-types) "So

[Orgmode] Useful utility function: org-sort-multi

2009-08-29 Thread Ryan C. Thompson
I found myself having to sort by multiple criteria, and I was doing it with multiple calls to org-sort-entries-or-items. Then I decided to abstract the repetition into a function. Here it is: (defun org-sort-multi (&rest sort-types) "Sort successively by a list of criteria, in descending orde