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