mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Include tasks
This commit is contained in:
parent
b854eb3489
commit
e08f2460a5
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@
|
|||
(setf old-beg (point-min) old-end (point-max)
|
||||
narrow-p t)
|
||||
(narrow-to-region org-agenda-restrict-begin org-agenda-restrict-end)))))))
|
||||
(let* ((org-todo-keywords-1 '("EMPTY" "ONE" "META" "META1" "TODO"))
|
||||
(let* ((org-todo-keywords-1 '("EMPTY" "ONE" "META" "META1" "TODO" "TASK"))
|
||||
(items (mapcan #'my/get-project-stuck-displayables
|
||||
(org-ql-select from
|
||||
`(and ,@(when (and tag
|
||||
(not (zerop (length tag))))
|
||||
`((tags ,tag)))
|
||||
(todo "TODO" "ONE" "META" "META1" "EMPTY" "SEQ")
|
||||
(todo "TODO" "TASK" "ONE" "META" "META1" "EMPTY" "SEQ")
|
||||
(my/top-level)
|
||||
(not (property "DELAYED"))
|
||||
(or (eq 'stuck (opr/type-of-task))
|
||||
|
|
|
|||
Loading…
Reference in a new issue