[V2] make org-roam-dailies-xxx work

This commit is contained in:
Alan Zimmerman
2021-04-07 00:17:18 +01:00
committed by Jethro Kuan
parent 50436a9b1c
commit 7a493d8549
2 changed files with 5 additions and 2 deletions

View File

@ -154,7 +154,9 @@ When GOTO is non-nil, go the note without creating an entry."
(if goto (list (car it)) it)))
(org-roam-capture--info (list (cons 'time time)))
(org-roam-capture--context 'dailies))
(org-roam-capture--capture (when goto '(4)))))
(org-roam-capture--capture (when goto '(4))
:info (list (cons 'time time))
:context 'dailies)))
;;;; Commands
;;; Today