Docs: Mention deprecated macro

This commit is contained in:
Adam Porter 2020-11-23 04:52:01 -06:00
parent 37c6f23297
commit c3e23c3072
2 changed files with 36 additions and 32 deletions

View file

@ -267,7 +267,7 @@ The following predicates, in addition to the keyword arguments, can also take a
- [[#caching][Caching]]
- [[#function-org-ql-select][Function: org-ql-select]]
- [[#function-org-ql-query][Function: org-ql-query]]
- [[#macro-org-ql][Macro: org-ql]]
- [[#macro-org-ql-deprecated][Macro: org-ql (deprecated)]]
- [[#custom-predicates][Custom predicates]]
- [[#macro-org-ql-defpred][Macro: org-ql-defpred]]
:END:
@ -403,12 +403,14 @@ Examples:
;; => ((headline (:raw-value "Visit the moon" ...) ...) ...)
#+END_SRC
**** Macro: ~org-ql~
**** Macro: ~org-ql~ (deprecated)
/Arguments:/ ~(buffers-or-files query &key sort narrow markers action)~
Expands into a call to ~org-ql-select~ with the same arguments. For convenience, arguments should be unquoted.
/Note: This macro is deprecated and will be removed in v0.7./
*** Custom predicates
+ See: [[file:examples/defpred.org][Custom predicate tutorial]]