WIP: Set org-agenda-type in org-ql-view-mode
This commit is contained in:
parent
fc7447185a
commit
fd9af0aae6
1 changed files with 3 additions and 1 deletions
|
|
@ -291,7 +291,9 @@ Searches in ELEMENT's buffer."
|
||||||
map))
|
map))
|
||||||
|
|
||||||
(define-derived-mode org-ql-view-mode magit-section-mode "Org QL View"
|
(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
|
;;;; Functions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue