From a527560cf405269eb23886ea65e832ebfcbad48e Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 11 Apr 2021 21:06:04 +0800 Subject: [PATCH] temp fix for dailies --- org-roam-dailies.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-roam-dailies.el b/org-roam-dailies.el index f022378..db134e2 100644 --- a/org-roam-dailies.el +++ b/org-roam-dailies.el @@ -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)))