Skip to content

Commit

Permalink
Add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jan 3, 2018
1 parent 62d28df commit e6b4b52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org-agenda-ng.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
like one returned by `date-to-day'."
(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"))
(:scheduled (org-entry-get (point) "SCHEDULED"))
(:closed (org-entry-get (point) "CLOSED"))))
Expand Down

0 comments on commit e6b4b52

Please sign in to comment.