Tidy: Indentation
This commit is contained in:
parent
140aa891f4
commit
d2c3fb32d9
1 changed files with 2 additions and 2 deletions
|
|
@ -298,8 +298,8 @@ For example, an org-ql dynamic block header could look like:
|
|||
(--when-let (org-element-property :scheduled element)
|
||||
(ts-format ts-format (ts-parse-org-element it)))))
|
||||
(cons 'closed (lambda (element)
|
||||
(--when-let (org-element-property :closed element)
|
||||
(ts-format ts-format (ts-parse-org-element it)))))
|
||||
(--when-let (org-element-property :closed element)
|
||||
(ts-format ts-format (ts-parse-org-element it)))))
|
||||
(cons 'property (lambda (element property)
|
||||
(org-element-property (intern (concat ":" (upcase property))) element)))))
|
||||
(elements (org-ql-query :from (current-buffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue