Fix: (descendants) matched against parent heading

It matched against parent headings instead of only descendants, which
caused some queries to return incorrect results.

Released as 0.2.1.
This commit is contained in:
Adam Porter 2019-09-09 09:04:07 -05:00
parent 0adc23d34d
commit 55694f17fc
3 changed files with 14 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.1
*Fixed*
+ =(descendants)= selector matched against parent heading instead of only descendants.
** 0.2
:PROPERTIES:
:ID: 67be09f9-e959-4333-9be2-93ad8f458fbe