Hi James, James Harkins <jamshar...@gmail.com> writes:
> I finally had a chance to play with this -- works nicely, except I managed to > get emacs into an infinite loop this way: > > 1. C-c ^ f org-sort-list-by-checkbox-type > 2. This puts the done items at the top, which I didn't want, so... C-c ^ F > org- > sort-list-by-checkbox-type. > 3. Emacs goes into a tailspin (recovered by C-g). `org-list-get-item-end-before-blank' is meant to be used as an interactive function directly, not as a callback within `org-sort-list'. HTH, -- Bastien