implement correct fix for org-roam-dailies

This commit is contained in:
Jethro Kuan
2021-04-07 10:01:33 +08:00
parent 7a493d8549
commit 18aa3ac787
2 changed files with 6 additions and 5 deletions

View File

@ -154,7 +154,7 @@ 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 :goto (when goto '(4))
:info (list (cons 'time time))
:context 'dailies)))