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)
|
(--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 'closed (lambda (element)
|
(cons 'closed (lambda (element)
|
||||||
(--when-let (org-element-property :closed element)
|
(--when-let (org-element-property :closed element)
|
||||||
(ts-format ts-format (ts-parse-org-element it)))))
|
(ts-format ts-format (ts-parse-org-element it)))))
|
||||||
(cons 'property (lambda (element property)
|
(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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue