Change: (org-ql-views/Stuck projects) Use descendants, not children
This commit is contained in:
parent
090debabc7
commit
b8a4a53983
3 changed files with 23 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue