Fix: (org-dblock-write:org-ql) Remove unused argument

This commit is contained in:
Adam Porter 2020-11-13 02:44:46 -06:00
parent b90e6e25d0
commit f8b41ea027

View file

@ -295,7 +295,7 @@ For example, an org-ql dynamic block header could look like:
(cons 'scheduled (lambda (element) (cons 'scheduled (lambda (element)
(--when-let (org-element-property :scheduled element) (--when-let (org-element-property :scheduled element)
(ts-format ts-format (ts-parse-org-element it))))) (ts-format ts-format (ts-parse-org-element it)))))
(cons 'property (lambda (element property &optional value) (cons 'property (lambda (element property)
(org-element-property (intern (concat ":" (upcase property))) element))))) (org-element-property (intern (concat ":" (upcase property))) element)))))
(elements (org-ql-query :from (current-buffer) (elements (org-ql-query :from (current-buffer)
:where query :where query