From 1ccbe008ac7f3f21b2793a3e4e8e94b70d72dfdb Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 22 May 2018 06:27:53 -0500 Subject: [PATCH] (org-ql) Remove sharp-quote from action-fn That should be specified from the macro call, not here. --- org-ql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql.el b/org-ql.el index 49c60e3..dc80413 100644 --- a/org-ql.el +++ b/org-ql.el @@ -28,7 +28,7 @@ of calling `org-element-headline-parser' at each matching entry." (<= #'<=) (>= #'>=)) ,pred-body))) - #',action-fn)) + ,action-fn)) (defmacro org-ql--fmap (fns &rest body) (declare (indent defun))