Merge: 0.2.3

This commit is contained in:
Adam Porter 2019-10-03 22:37:25 -05:00
commit cea8028922
2 changed files with 6 additions and 1 deletions

View file

@ -499,6 +499,11 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
*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.
** 0.2.3
*Fixed*
+ Priority queries could fail to match headings whose to-do keywords had non-alphabetic characters, like =TO-READ=.
** 0.2.2
*Fixed*

View file

@ -495,7 +495,7 @@ replace the clause with a preamble."
;; Specific priority without comparator.
;; MAYBE: Disable case-folding.
(setq org-ql-preamble (rx-to-string `(seq bol (1+ "*") (1+ blank)
(optional (1+ upper) (1+ blank))
(0+ nonl) (1+ blank)
"[#" ,letter "]") t))
nil)
(`(priority ,comparator ,letter)