Fix: (org-ql--select) Don't search buffers without headings

Especially important when using org-ql-search to search "all" Org
buffers.
This commit is contained in:
Adam Porter 2019-08-13 14:37:27 -05:00
parent 76debff1c5
commit b634647e46
2 changed files with 18 additions and 9 deletions

View file

@ -385,6 +385,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=.
+ Don't search buffers without headings, and show a message if the user attempts it.
*Compatibility*
+ Fixes for compatibility with Org 9.2. (Thanks to [[https://github.com/ataias][Ataias Pereira Reis]] and [[https://github.com/dakra][Daniel Kraus]].)