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.
*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]].)