From 5f60bed1ac44d74b900bf25f97d616b6646213e7 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 26 Jul 2019 02:12:11 -0500 Subject: [PATCH] Notes: Update bench macro --- notes.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes.org b/notes.org index 4a390fc..281f665 100644 --- a/notes.org +++ b/notes.org @@ -417,9 +417,9 @@ Also, maybe instead of having a single =date= selector, I should have =scheduled `(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 + :forms ((,(prin1-to-string query) (org-ql-select ,file ',query - :action (lambda () (org-get-heading t t))))))) + :action '(org-get-heading t t)))))) #+END_SRC *** =level=