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:
parent
0adc23d34d
commit
55694f17fc
3 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue