Comment: Add FIXME

This commit is contained in:
Adam Porter 2019-07-23 21:14:33 -05:00
parent c19cc4d6d2
commit 76ba0afebd

View file

@ -286,6 +286,8 @@ replace the clause with a preamble."
;; Return nil
nil))
(`(todo . ,(and todo-keywords (guard todo-keywords)))
;; FIXME: With case-folding, a query like (todo "WAITING")
;; can find a non-todo heading named "Waiting".
(let* ((regexps (--map (list 'regexp
(format org-heading-keyword-regexp-format it))
todo-keywords))