From bc1976d96cbd2276b9bc3e8b3bb7083f58d1c29f Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sat, 6 Jan 2018 04:22:10 -0600 Subject: [PATCH] Add todo --- org-agenda-ng.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-agenda-ng.el b/org-agenda-ng.el index 8b0f89c..e521096 100644 --- a/org-agenda-ng.el +++ b/org-agenda-ng.el @@ -304,6 +304,7 @@ With KEYWORDS, return non-nil if its keyword is one of KEYWORDS." (otherwise (seq-intersection tags tags-at))))) (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. "Return non-nil if current heading has a date property of TYPE. TYPE should be a keyword symbol, like :scheduled or :deadline.