(org-ql) Remove sharp-quote from action-fn
That should be specified from the macro call, not here.
This commit is contained in:
parent
d1f26eec2f
commit
1ccbe008ac
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ of calling `org-element-headline-parser' at each matching entry."
|
||||||
(<= #'<=)
|
(<= #'<=)
|
||||||
(>= #'>=))
|
(>= #'>=))
|
||||||
,pred-body)))
|
,pred-body)))
|
||||||
#',action-fn))
|
,action-fn))
|
||||||
|
|
||||||
(defmacro org-ql--fmap (fns &rest body)
|
(defmacro org-ql--fmap (fns &rest body)
|
||||||
(declare (indent defun))
|
(declare (indent defun))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue