Tidy: Indentation

This commit is contained in:
Adam Porter 2021-09-22 01:11:38 -05:00
parent 140aa891f4
commit d2c3fb32d9

View file

@ -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)