Docs: Mention deprecated macro
This commit is contained in:
parent
37c6f23297
commit
c3e23c3072
2 changed files with 36 additions and 32 deletions
|
|
@ -267,7 +267,7 @@ The following predicates, in addition to the keyword arguments, can also take a
|
||||||
- [[#caching][Caching]]
|
- [[#caching][Caching]]
|
||||||
- [[#function-org-ql-select][Function: org-ql-select]]
|
- [[#function-org-ql-select][Function: org-ql-select]]
|
||||||
- [[#function-org-ql-query][Function: org-ql-query]]
|
- [[#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]]
|
- [[#custom-predicates][Custom predicates]]
|
||||||
- [[#macro-org-ql-defpred][Macro: org-ql-defpred]]
|
- [[#macro-org-ql-defpred][Macro: org-ql-defpred]]
|
||||||
:END:
|
:END:
|
||||||
|
|
@ -403,12 +403,14 @@ Examples:
|
||||||
;; => ((headline (:raw-value "Visit the moon" ...) ...) ...)
|
;; => ((headline (:raw-value "Visit the moon" ...) ...) ...)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
**** Macro: ~org-ql~
|
**** Macro: ~org-ql~ (deprecated)
|
||||||
|
|
||||||
/Arguments:/ ~(buffers-or-files query &key sort narrow markers action)~
|
/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.
|
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
|
*** Custom predicates
|
||||||
|
|
||||||
+ See: [[file:examples/defpred.org][Custom predicate tutorial]]
|
+ See: [[file:examples/defpred.org][Custom predicate tutorial]]
|
||||||
|
|
|
||||||
62
org-ql.info
62
org-ql.info
|
|
@ -736,7 +736,7 @@ File: README.info, Node: Listing / acting-on results, Next: Custom predicates,
|
||||||
:where '(todo "WAITING"))
|
:where '(todo "WAITING"))
|
||||||
;; => ((headline (:raw-value "Visit the moon" ...) ...) ...)
|
;; => ((headline (:raw-value "Visit the moon" ...) ...) ...)
|
||||||
|
|
||||||
4. Macro: ‘org-ql’
|
4. Macro: ‘org-ql’ (deprecated)
|
||||||
|
|
||||||
_Arguments:_ ‘(buffers-or-files query &key sort narrow markers
|
_Arguments:_ ‘(buffers-or-files query &key sort narrow markers
|
||||||
action)’
|
action)’
|
||||||
|
|
@ -744,6 +744,8 @@ File: README.info, Node: Listing / acting-on results, Next: Custom predicates,
|
||||||
Expands into a call to ‘org-ql-select’ with the same arguments.
|
Expands into a call to ‘org-ql-select’ with the same arguments.
|
||||||
For convenience, arguments should be unquoted.
|
For convenience, arguments should be unquoted.
|
||||||
|
|
||||||
|
_Note: This macro is deprecated and will be removed in v0.7._
|
||||||
|
|
||||||
|
|
||||||
File: README.info, Node: Custom predicates, Prev: Listing / acting-on results, Up: Functions / Macros
|
File: README.info, Node: Custom predicates, Prev: Listing / acting-on results, Up: Functions / Macros
|
||||||
|
|
||||||
|
|
@ -1461,35 +1463,35 @@ Node: Date/time predicates17382
|
||||||
Node: Functions / Macros20037
|
Node: Functions / Macros20037
|
||||||
Node: Agenda-like views20335
|
Node: Agenda-like views20335
|
||||||
Node: Listing / acting-on results21740
|
Node: Listing / acting-on results21740
|
||||||
Node: Custom predicates27281
|
Node: Custom predicates27362
|
||||||
Node: Dynamic block30772
|
Node: Dynamic block30853
|
||||||
Node: Links33470
|
Node: Links33551
|
||||||
Node: Tips34157
|
Node: Tips34238
|
||||||
Node: Changelog34475
|
Node: Changelog34556
|
||||||
Node: 06-pre35171
|
Node: 06-pre35252
|
||||||
Node: 0535611
|
Node: 0535692
|
||||||
Node: 04937088
|
Node: 04937169
|
||||||
Node: 04837362
|
Node: 04837443
|
||||||
Node: 04737709
|
Node: 04737790
|
||||||
Node: 04638104
|
Node: 04638185
|
||||||
Node: 04538504
|
Node: 04538585
|
||||||
Node: 04438863
|
Node: 04438944
|
||||||
Node: 04339220
|
Node: 04339301
|
||||||
Node: 04239415
|
Node: 04239496
|
||||||
Node: 04139576
|
Node: 04139657
|
||||||
Node: 0439817
|
Node: 0439898
|
||||||
Node: 03243750
|
Node: 03243831
|
||||||
Node: 03144129
|
Node: 03144210
|
||||||
Node: 0344326
|
Node: 0344407
|
||||||
Node: 02347301
|
Node: 02347382
|
||||||
Node: 02247529
|
Node: 02247610
|
||||||
Node: 02147797
|
Node: 02147878
|
||||||
Node: 0247996
|
Node: 0248077
|
||||||
Node: 0152031
|
Node: 0152112
|
||||||
Node: Notes52132
|
Node: Notes52213
|
||||||
Node: Comparison with Org Agenda searches52294
|
Node: Comparison with Org Agenda searches52375
|
||||||
Node: org-sidebar53166
|
Node: org-sidebar53247
|
||||||
Node: License53445
|
Node: License53526
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue