Notes: Fix macro
This commit is contained in:
parent
a71e49b70a
commit
e5791289c3
1 changed files with 3 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ This would require processing the predicate to pull out matchers that can be don
|
||||||
`(bench-multi-lets :times ,times :ensure-equal t
|
`(bench-multi-lets :times ,times :ensure-equal t
|
||||||
:lets (("preamble" ((org-ql-use-preamble t)))
|
:lets (("preamble" ((org-ql-use-preamble t)))
|
||||||
("no preamble" ((org-ql-use-preamble nil))))
|
("no preamble" ((org-ql-use-preamble nil))))
|
||||||
:forms ((,(prin1-to-string query) (org-ql-query ,file
|
:forms ((,(prin1-to-string query) (org-ql-select,file
|
||||||
',query
|
',query
|
||||||
:action (lambda () (org-get-heading t t)))))))
|
:action (lambda () (org-get-heading t t)))))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue