From fd9af0aae6a17c174ab7ba7a377b6751aee57f89 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 18 Mar 2022 13:00:06 -0500 Subject: [PATCH] WIP: Set org-agenda-type in org-ql-view-mode --- taxy-org-ql-view.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/taxy-org-ql-view.el b/taxy-org-ql-view.el index 50d941f..a5bbcae 100644 --- a/taxy-org-ql-view.el +++ b/taxy-org-ql-view.el @@ -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