WIP: Set org-agenda-type in org-ql-view-mode

This commit is contained in:
Adam Porter 2022-03-18 13:00:06 -05:00
parent fc7447185a
commit fd9af0aae6

View file

@ -291,7 +291,9 @@ Searches in ELEMENT's buffer."
map))
(define-derived-mode org-ql-view-mode magit-section-mode "Org QL View"
"TODO: Docstring.")
"TODO: Docstring."
;; For compatibility with Org Agenda commands.
(setq-local org-agenda-type 'search))
;;;; Functions