Add fixme

This commit is contained in:
Adam Porter 2018-01-03 10:41:47 -06:00
parent 62d28df291
commit e6b4b5223b

View file

@ -435,6 +435,9 @@ scheduled date compares with TARGET-DATE according to COMPARATOR.
TARGET-DATE may be a string like \"2017-08-05\", or an integer TARGET-DATE may be a string like \"2017-08-05\", or an integer
like one returned by `date-to-day'." like one returned by `date-to-day'."
(when-let ((timestamp (pcase type (when-let ((timestamp (pcase type
;; FIXME: Add :date selector, since I put it
;; in the examples but forgot to actually
;; make it.
(:deadline (org-entry-get (point) "DEADLINE")) (:deadline (org-entry-get (point) "DEADLINE"))
(:scheduled (org-entry-get (point) "SCHEDULED")) (:scheduled (org-entry-get (point) "SCHEDULED"))
(:closed (org-entry-get (point) "CLOSED")))) (:closed (org-entry-get (point) "CLOSED"))))