From df5d5e238743193cc060a98c319bd60c77867b5f Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 17 Sep 2018 22:25:16 -0500 Subject: [PATCH] Comment: Add FIXME --- org-ql-agenda.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ql-agenda.el b/org-ql-agenda.el index 491624c..33e6c6f 100644 --- a/org-ql-agenda.el +++ b/org-ql-agenda.el @@ -293,6 +293,7 @@ Its property list should be the second item in the list, as returned by `org-ele "Add faces to ELEMENT's title for its deadline status. Also store relative due date as string in `:relative-due-date' property." + ;; FIXME: In my config, doesn't apply orange for approaching deadline the same way the Org Agenda does. (if-let ((deadline-date (org-element-property :deadline element))) (let* ((today-day-number (org-today)) (deadline-day-number (org-time-string-to-absolute