Fix: Priority queries for headings with certain to-do keywords

When query preambles are enabled, headings with to-do keywords
containing non-alphabetic characters, like "TO-READ", would fail to
match queries like (priority "A").

Released as 0.2.3.
This commit is contained in:
Adam Porter 2019-10-03 22:32:48 -05:00
parent 463d5bce79
commit 3f1870ce5a
2 changed files with 7 additions and 2 deletions

View file

@ -441,6 +441,11 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
/Note:/ Breaking changes may be made before version 1.0, but in the event of major changes, attempts at backward compatibility will be made with obsolescence declarations, translation of arguments, etc. Users who need stability guarantees before 1.0 may choose to use tagged stable releases.
** 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*