mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-02 14:53:31 -05:00
Fix title sorting
This commit is contained in:
@@ -538,7 +538,7 @@ them as reviewed with `org-roam-review-accept',
|
|||||||
(org-roam-review-node-list))))))
|
(org-roam-review-node-list))))))
|
||||||
|
|
||||||
(defalias 'org-roam-review-sort-by-title-case-insensitive
|
(defalias 'org-roam-review-sort-by-title-case-insensitive
|
||||||
(-on #'string-lessp (-compose #'downcase #'org-roam-node-title)))
|
(-on #'string-greaterp (-compose #'downcase #'org-roam-node-title)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-roam-review-list-by-maturity ()
|
(defun org-roam-review-list-by-maturity ()
|
||||||
|
Reference in New Issue
Block a user