Fix: (org-ql-agenda--agenda) Don't overwrite org-agenda-mode-map

This commit is contained in:
Adam Porter 2019-08-08 09:03:10 -05:00
parent b7932063a0
commit d37f7c3eea
2 changed files with 4 additions and 2 deletions

View file

@ -321,6 +321,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
*Fixed*
+ Handle date ranges in date-based selectors. (Thanks to [[https://github.com/codygman][Cody Goodman]], [[https://github.com/swflint][Samuel W. Flint]], and [[https://github.com/vikasrawal][Vikas Rawal]].)
+ Don't overwrite bindings in =org-agenda-mode-map=.
*Compatibility*
+ Fixes for compatibility with Org 9.2. (Thanks to [[https://github.com/ataias][Ataias Pereira Reis]] and [[https://github.com/dakra][Daniel Kraus]].)