Fix title sorting

This commit is contained in:
Chris Barrett
2022-08-17 00:27:46 +12:00
parent 28c69cc282
commit b65112a909

View File

@@ -538,7 +538,7 @@ them as reviewed with `org-roam-review-accept',
(org-roam-review-node-list))))))
(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
(defun org-roam-review-list-by-maturity ()