[emacs] Switch to org perspective when entering review & agenda

This commit is contained in:
Sebastian Schulze 2020-02-22 17:51:52 +01:00
parent 3450919b62
commit ad2d0ad7de
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,7 @@
; Daily Review
(defun my-daily-review ()
(interactive)
(persp-switch "@Org")
(find-file "/home/bascht/Documents/Zettelkasten/Todo.org")
(goto-char (org-find-exact-headline-in-buffer "Daily Review"))
(org-narrow-to-subtree)
@ -261,6 +262,7 @@
(defun my-org-agenda ()
(interactive)
(persp-switch "@Org")
(let ((org-agenda-start-with-log-mode 'nil)
(org-agenda-show-log 'nil)
(org-agenda-span 'day)