Add: (org-ql-agenda--agenda) Optionally specify entries directly

Should probably refactor this a bit more, but this is useful now.
This commit is contained in:
Adam Porter 2019-08-08 10:36:57 -05:00
parent 43545482a4
commit 7829238988
2 changed files with 16 additions and 13 deletions

View file

@ -348,6 +348,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Selector ~(regexp)~ accepts multiple regexps to test.
+ Macro ~org-ql~ and functions ~org-ql-query~ and ~org-ql-select~ now also accept a comparator function in their ~:sort~ argument.
+ Function ~org-ql-block~, which works as an Org Agenda series/composite/block command, usable in custom agenda commands defined in variable ~org-agenda-custom-commands~. (Inspired by [[https://github.com/pestctrl/emacs-config/blob/84c557982a860e86d6f67976a82ea776a7bd2c7a/config-org-new.org#my-own-agenda-renderer][Benson Chu's config]].)
+ Function ~org-ql-agenda--agenda~ optionally takes a list of entries as an argument.
*Changed*
+ Function ~org-ql-query~ renamed to ~org-ql-select~. ~org-ql-query~ now refers to a new function.