Fix: (org-ql-search) Interactive narrowing
Fixes #430. Closes #436. Reported-by: Akira Komamura <akira.komamura@gmail.com>
This commit is contained in:
parent
4af08e37f9
commit
914e64746f
3 changed files with 45 additions and 42 deletions
|
|
@ -557,6 +557,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
|||
|
||||
*Fixes*
|
||||
+ Timestamps with internal time ranges (e.g. ~<2024-06-26 10:00-11:00>~) are matched for simple queries. (This support is not yet comprehensive, e.g. a query that depends on the specific inner time range may not behave as expected. Previously such timestamps were not matched at all. See [[https://github.com/alphapapa/org-ql/pull/237][#237]] and [[https://github.com/alphapapa/org-ql/issues/371][#371]]. Thanks to [[https://github.com/yantar92][Ihor Radchenko]].)
|
||||
+ Command ~org-ql-search~ did not narrow properly when called interactively.
|
||||
|
||||
** 0.8.6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue