Add: Save position when refreshing search buffers

This commit is contained in:
Adam Porter 2019-08-31 23:21:28 -05:00
parent dbd385c664
commit 932960c686
2 changed files with 14 additions and 7 deletions

View file

@ -460,6 +460,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Command ~org-ql-view~, which displays views saved to variable ~org-ql-views~, which can be saved from ~org-ql-search~ buffers with command ~org-ql-search-save~, which is bound to =C-x C-s= in view buffers.
+ Variable ~org-ql-view-map~, active in view buffers displayed by ~org-ql-search~, ~org-ql-agenda~, and ~org-ql-view~.
+ =random= sort method.
+ Save position when refreshing search buffers.
*Changed*
+ Function ~org-ql-query~ renamed to ~org-ql-select~. ~org-ql-query~ now refers to a new function.