diff --git a/ement-taxy.el b/ement-taxy.el index 75e0be1..2dea1e3 100644 --- a/ement-taxy.el +++ b/ement-taxy.el @@ -450,17 +450,21 @@ (taxy-sort #'tnil #'item-low-priority-p) - (taxy-sort #'t>nil #'item-left-p) (taxy-sort #'tnil #'item-left-p) (taxy-sort* #'string< #'taxy-name) (taxy-sort* #'> (lambda (taxy) (if (taxy-items taxy) (item-latest-ts (car (taxy-items taxy))) most-negative-fixnum))) (taxy-sort* #'tnil (first-item item-low-priority-p)) (taxy-sort* #'t>nil (first-item item-left-p))))) (taxy-magit-section-insert-indent-items nil)