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

@ -405,7 +405,9 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Mouseover =help-echo= text for =org-ql-views= default view names. + Mouseover =help-echo= text for =org-ql-views= default view names.
*Changed* *Changed*
+ Rename some default =org-ql-views= views. (Users who have modified =org-ql-views= from the default will not see the new names unless they copy them into their config.) + Some default =org-ql-view= views (users who have modified =org-ql-views= from the default will not see the new views unless they copy them into their config):
- Rename some views.
- "Stuck projects" view (now uses =descendants= instead of =children=, which is more useful.
*Fixed* *Fixed*
+ Inherit file tags when =org-tag-inheritance= is enabled. (Fixes [[https://github.com/alphapapa/org-ql/issues/55][#55]]. Thanks to [[https://github.com/mskorzhinskiy][Mikhail Skorzhinskiy]].) + Inherit file tags when =org-tag-inheritance= is enabled. (Fixes [[https://github.com/alphapapa/org-ql/issues/55][#55]]. Thanks to [[https://github.com/mskorzhinskiy][Mikhail Skorzhinskiy]].)

View file

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

View file

@ -737,9 +737,12 @@ will be pushed to the master branch when ready.
• Mouseover help-echo text for org-ql-views default view names. • Mouseover help-echo text for org-ql-views default view names.
*Changed* *Changed*
• Rename some default org-ql-views views. (Users who have modified • Some default org-ql-view views (users who have modified
org-ql-views from the default will not see the new names unless org-ql-views from the default will not see the new views unless
they copy them into their config.) they copy them into their config):
• Rename some views.
• "Stuck projects" view (now uses descendants instead of
children, which is more useful.
*Fixed* *Fixed*
• Inherit file tags when org-tag-inheritance is enabled. (Fixes #55 • Inherit file tags when org-tag-inheritance is enabled. (Fixes #55
@ -1055,18 +1058,18 @@ Node: Agenda-like views18085
Node: Listing / acting-on results19490 Node: Listing / acting-on results19490
Node: Changelog24092 Node: Changelog24092
Node: 04-pre24629 Node: 04-pre24629
Node: 03228121 Node: 03228251
Node: 03128502 Node: 03128632
Node: 0328697 Node: 0328827
Node: 02331670 Node: 02331800
Node: 02231896 Node: 02232026
Node: 02132162 Node: 02132292
Node: 0232359 Node: 0232489
Node: 0136392 Node: 0136522
Node: Notes36491 Node: Notes36621
Node: Comparison with Org Agenda searches36653 Node: Comparison with Org Agenda searches36783
Node: org-sidebar37524 Node: org-sidebar37654
Node: License37803 Node: License37933
 
End Tag Table End Tag Table