Change: (org-ql-views/Stuck projects) Use descendants, not children

This commit is contained in:
Adam Porter 2020-01-22 23:24:54 -06:00
parent 090debabc7
commit b8a4a53983
3 changed files with 23 additions and 18 deletions

View file

@ -190,8 +190,8 @@ See info node `(elisp)Cyclic Window Ordering'."
'help-echo "Tasks with sub-tasks but no NEXT sub-tasks")
(list :buffers-files #'org-agenda-files
:query '(and (todo)
(children)
(not (children (todo "NEXT"))))
(descendants (todo))
(not (descendants (todo "NEXT"))))
:title (propertize "Review: Stuck projects"
'help-echo "Tasks with sub-tasks but no NEXT sub-tasks")
:sort '(priority date)