Comment: Add FIXME
This commit is contained in:
parent
c19cc4d6d2
commit
76ba0afebd
1 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,8 @@ replace the clause with a preamble."
|
||||||
;; Return nil
|
;; Return nil
|
||||||
nil))
|
nil))
|
||||||
(`(todo . ,(and todo-keywords (guard todo-keywords)))
|
(`(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
|
(let* ((regexps (--map (list 'regexp
|
||||||
(format org-heading-keyword-regexp-format it))
|
(format org-heading-keyword-regexp-format it))
|
||||||
todo-keywords))
|
todo-keywords))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue