Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jan 6, 2018
1 parent 8d09618 commit bc1976d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-agenda-ng.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bc1976d

Please sign in to comment.