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))