From e5791289c30184519be04a49d3c3420646b81285 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 15 Aug 2019 00:57:06 -0500 Subject: [PATCH] Notes: Fix macro --- notes.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notes.org b/notes.org index 13e936d..75b56c7 100644 --- a/notes.org +++ b/notes.org @@ -104,9 +104,9 @@ This would require processing the predicate to pull out matchers that can be don `(bench-multi-lets :times ,times :ensure-equal t :lets (("preamble" ((org-ql-use-preamble t))) ("no preamble" ((org-ql-use-preamble nil)))) - :forms ((,(prin1-to-string query) (org-ql-query ,file - ',query - :action (lambda () (org-get-heading t t))))))) + :forms ((,(prin1-to-string query) (org-ql-select,file + ',query + :action (lambda () (org-get-heading t t))))))) #+END_SRC #+BEGIN_SRC elisp