Change: (org-ql-views) Mouseover text, view names

This commit is contained in:
Adam Porter 2020-01-22 17:02:44 -06:00
parent 610b1179c6
commit 6beada4912
3 changed files with 93 additions and 68 deletions

View file

@ -400,6 +400,10 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Display a message when views are refreshed. (Thanks to [[https://github.com/xeijin][xeijin]].)
+ Respect Org Agenda restriction in =org-ql-block=. (Thanks to [[https://github.com/yantar92][Ihor Radchenko]] for reporting.)
+ Option =org-ql-view-sidebar-sort-views=.
+ 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.)
*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]].)