temp fix for dailies

This commit is contained in:
Jethro Kuan
2021-04-11 21:06:04 +08:00
parent 628d5dcfbe
commit a527560cf4

View File

@ -99,6 +99,7 @@ If FILE is not specified, use the current buffer's file-path."
When GOTO is non-nil, go the note without creating an entry."
(org-roam-capture- :goto (when goto '(4))
:info (list :node (org-roam-node-create))
:templates org-roam-dailies-capture-templates
:props (list :default-time time)))