Fix: (org-ql-find) Use org-with-point-at
I keep pointing out to other people that they should use org-with-point-at, but I still have places in my own code where I need to use it, too!
This commit is contained in:
parent
8412d1a23d
commit
be20dc3d5b
3 changed files with 34 additions and 33 deletions
|
|
@ -548,6 +548,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
|||
+ Timestamp predicates are more tolerant of partial input (e.g. preventing errors while the user is typing a query into ~org-ql-find~).
|
||||
+ Query parser ignores leading whitespace (e.g. preventing errors while the user is typing a query into ~org-ql-find~).
|
||||
+ Use of ~org-ql-find~ with ~:query-prefix~ argument prevented selection of results. ([[https://github.com/alphapapa/org-ql/issues/351][#351]]. Thanks to [[https://github.com/danielfleischer][Daniel Fleischer]] for reporting.)
|
||||
+ Handle narrowed buffers correctly in ~org-ql-find~.
|
||||
|
||||
** 0.7.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue