diff --git a/README.org b/README.org index 4a1ecbd..4922e12 100644 --- a/README.org +++ b/README.org @@ -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. *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* + 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]].) diff --git a/org-ql-view.el b/org-ql-view.el index 07bbc87..4ce6a37 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -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) diff --git a/org-ql.info b/org-ql.info index 6419125..5184668 100644 --- a/org-ql.info +++ b/org-ql.info @@ -737,9 +737,12 @@ will be pushed to the master branch when ready. • Mouseover help-echo text for org-ql-views default view names. *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* • 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: Changelog24092 Node: 04-pre24629 -Node: 03228121 -Node: 03128502 -Node: 0328697 -Node: 02331670 -Node: 02231896 -Node: 02132162 -Node: 0232359 -Node: 0136392 -Node: Notes36491 -Node: Comparison with Org Agenda searches36653 -Node: org-sidebar37524 -Node: License37803 +Node: 03228251 +Node: 03128632 +Node: 0328827 +Node: 02331800 +Node: 02232026 +Node: 02132292 +Node: 0232489 +Node: 0136522 +Node: Notes36621 +Node: Comparison with Org Agenda searches36783 +Node: org-sidebar37654 +Node: License37933  End Tag Table