Fix: (org-dblock-write:org-ql) Remove unused argument
This commit is contained in:
parent
b90e6e25d0
commit
f8b41ea027
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ For example, an org-ql dynamic block header could look like:
|
|||
(cons 'scheduled (lambda (element)
|
||||
(--when-let (org-element-property :scheduled element)
|
||||
(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)))))
|
||||
(elements (org-ql-query :from (current-buffer)
|
||||
:where query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue