Remove: Obsolete macro org-ql

This commit is contained in:
Adam Porter 2021-09-22 01:08:54 -05:00
parent e49cafe022
commit 140aa891f4
4 changed files with 32 additions and 45 deletions

View file

@ -298,20 +298,6 @@ See Info node `(org-ql)Queries'."
:type 'boolean
:risky t)
;;;; Macros
;;;###autoload
(cl-defmacro org-ql (buffers-or-files query &key sort narrow action)
"Expands into a call to `org-ql-select' with the same arguments.
For convenience, arguments should be unquoted."
(declare (indent defun)
(obsolete "Please use functions `org-ql-select' or `org-ql-query' instead" "org-ql 0.5"))
`(org-ql-select ,buffers-or-files
',query
:action ',action
:narrow ,narrow
:sort ',sort))
;;;; Functions
;;;;; Query execution