Change: (org-ql-view-map) Also bind "g" to refresh

I keep hitting "g" and nothing seems to happen, because it runs the
org-agenda refresh command, which doesn't do anything in org-ql-view
buffers.  This must be happening to other people too.  So let's fix
that.
This commit is contained in:
Adam Porter 2020-03-08 11:05:38 -05:00
parent 8aac3b6100
commit 3349c1d07a
3 changed files with 31 additions and 30 deletions

View file

@ -132,7 +132,7 @@ This command displays matches with Helm. *Note:* Helm is not a package dependen
Choose and display a view stored in ~org-ql-views~.
*Bindings:* Keys bound in view buffer.
+ =r=: Refresh results. With prefix, prompt to adjust search parameters.
+ =g=, =r=: Refresh results. With prefix, prompt to adjust search parameters.
+ =v=: Show =transient= view dispatcher (like Magit's popups).
+ =C-x C-s=: Save query to variable ~org-ql-views~ (accessible with command ~org-ql-view~).