Change: (org-ql-find) Interactively, search relevant buffers

This commit is contained in:
Adam Porter 2023-09-30 20:09:12 -05:00
parent ca23b1c7bd
commit ab720689e9
3 changed files with 46 additions and 38 deletions

View file

@ -551,6 +551,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
*Additions*
+ Function ~org-ql-completing-read~, used by command ~org-ql-find~, now specifies the completion category as ~org-heading~, providing compatibility with [[https://github.com/oantolin/embark][Embark]]. (This is a powerful feature, as it means any ~org-ql-find~ result can be acted on from inside the search results with Embark, which provides common actions from Org Agenda and Org speed keys bindings.) ([[https://github.com/alphapapa/org-ql/issues/299][#299]]. Thanks to [[https://github.com/oantolin][Omar Antolín Camarena]], [[https://github.com/minad][Daniel Mendler]], and [[https://github.com/akirak][Akira Komamura]].)
+ Command ~org-ql-find~ may be called in an ~org-agenda~ or ~org-ql-view~ buffer to search the buffers which contributed to the agenda/view buffer.
*Compatibility*