Remove: Obsolete macro org-ql
This commit is contained in:
parent
e49cafe022
commit
140aa891f4
4 changed files with 32 additions and 45 deletions
14
org-ql.el
14
org-ql.el
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue