Add/Change: (org-ql-select, org-ql-query) Add/rename function
Also improve docstrings.
This commit is contained in:
parent
3b9c474193
commit
7c4297b667
3 changed files with 163 additions and 83 deletions
|
|
@ -207,7 +207,7 @@ SORT: One or a list of `org-ql' sorting functions, like `date' or
|
|||
(when (and super-groups (not org-super-agenda-mode))
|
||||
(user-error "`org-super-agenda-mode' must be activated to use grouping"))
|
||||
(let* ((org-super-agenda-groups super-groups)
|
||||
(entries (--> (org-ql-query buffers-files
|
||||
(entries (--> (org-ql-select buffers-files
|
||||
query
|
||||
:sort sort
|
||||
:narrow narrow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue