Fix: (org-ql-query) Argument
Oops.
This commit is contained in:
parent
c615fbd73f
commit
a77e60640b
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ NARROW corresponds to the `org-ql-select' argument NARROW."
|
||||||
(org-ql-select from where
|
(org-ql-select from where
|
||||||
:action select
|
:action select
|
||||||
:narrow narrow
|
:narrow narrow
|
||||||
:sort sort))
|
:sort order-by))
|
||||||
|
|
||||||
(defun org-ql--pre-process-query (query)
|
(defun org-ql--pre-process-query (query)
|
||||||
"Return QUERY having been pre-processed.
|
"Return QUERY having been pre-processed.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue