Fix: (org-ql-query) Argument

Oops.
This commit is contained in:
Adam Porter 2019-08-11 10:41:48 -05:00
parent c615fbd73f
commit a77e60640b

View file

@ -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.