This commit is contained in:
Adam Porter 2018-01-06 04:32:38 -06:00
parent bc1976d96c
commit eeb70b0b8e

View file

@ -305,6 +305,8 @@ With KEYWORDS, return non-nil if its keyword is one of KEYWORDS."
(defun org-agenda-ng--date-p (type &optional comparator target-date) (defun org-agenda-ng--date-p (type &optional comparator target-date)
;; TODO: Make this a macro so we don't have to quote comparator and test it for every item. ;; TODO: Make this a macro so we don't have to quote comparator and test it for every item.
;; TODO: Make separate date, scheduled, deadline macros.
"Return non-nil if current heading has a date property of TYPE. "Return non-nil if current heading has a date property of TYPE.
TYPE should be a keyword symbol, like :scheduled or :deadline. TYPE should be a keyword symbol, like :scheduled or :deadline.