[emacs] New function to jump to daily review

This commit is contained in:
Sebastian Schulze 2018-10-11 08:23:10 +02:00
parent 20378f14cf
commit 0651d042b6
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,12 @@
'("" "" ""))
; Recent loops callable for daily review
; Daily Review
(defun my-daily-review ()
(interactive)
(find-file "/home/bascht/Documents/Zettelkasten/Todo.org")
(end-of-buffer))
(defun my-org-agenda-recent-open-loops ()
(interactive)
(let ((org-agenda-start-with-log-mode t)