Tidy: Parens

This commit is contained in:
Adam Porter 2019-07-16 19:01:33 -05:00
parent bc4bdc1587
commit 0f963fc811

View file

@ -314,8 +314,7 @@ Its property list should be the second item in the list, as returned by `org-ele
;; (which would also make it easier to do it independently of faces, etc). ;; (which would also make it easier to do it independently of faces, etc).
(title (--> (org-ql-agenda--add-faces element) (title (--> (org-ql-agenda--add-faces element)
(org-element-property :raw-value it) (org-element-property :raw-value it)
(org-link-display-format it) (org-link-display-format it)))
))
(todo-keyword (-some--> (org-element-property :todo-keyword element) (todo-keyword (-some--> (org-element-property :todo-keyword element)
(org-ql-agenda--add-todo-face it))) (org-ql-agenda--add-todo-face it)))
;; FIXME: Figure out whether I should use `org-agenda-use-tag-inheritance' or `org-use-tag-inheritance', etc. ;; FIXME: Figure out whether I should use `org-agenda-use-tag-inheritance' or `org-use-tag-inheritance', etc.