Fix: (org-ql-search) Interactive completion

This commit is contained in:
Adam Porter 2019-10-06 00:48:09 -05:00
parent f4918b19dc
commit 0ed0ff6f6e
2 changed files with 8 additions and 5 deletions

View file

@ -392,6 +392,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
*Fixed*
+ Predicate =heading= now matches only against heading text, i.e. not including tags at the end of the line, to-do keyword, etc.
+ Predicate =todo= now matches case-sensitively, avoiding non-todo-keyword matches (e.g. a heading which begins =Waiting on= will no longer match for a todo keyword =WAITING=).
+ Interactive completion in =org-ql-search=.
*Internal*
+ Refactored code from file =org-ql-agenda.el= into files =org-ql-search.el= and =org-ql-view.el=. Function and variable names have been changed accordingly.