Comment: Add TODO

This commit is contained in:
Adam Porter 2019-08-13 17:02:38 -05:00
parent 1d69ab7b20
commit 40b36ecad2

View file

@ -970,6 +970,8 @@ PREDICATES is a list of one or more sorting methods, including:
(-sort (sorter pred) items))) (-sort (sorter pred) items)))
finally return items))) finally return items)))
;; TODO: Rewrite date sorters using `ts'.
(defun org-ql--date-type< (type a b) (defun org-ql--date-type< (type a b)
"Return non-nil if A's date of TYPE is earlier than B's. "Return non-nil if A's date of TYPE is earlier than B's.
A and B are Org headline elements. TYPE should be a symbol like A and B are Org headline elements. TYPE should be a symbol like