This commit is contained in:
Jethro Kuan
2021-04-09 18:49:13 +08:00
parent 45546ff6fa
commit 9a6cfe56c4
2 changed files with 17 additions and 17 deletions

View File

@ -61,11 +61,11 @@
:type 'hook)
(defcustom org-roam-dailies-capture-templates
'((:key "d"
:desc "default"
:body "* %?"
:file-path ,(concat org-roam-dailies-directory "%<%Y-%m-%d>")
:head "#+title: %<%Y-%m-%d>\n"))
(list (list :key "d"
:desc "default"
:body "* %?"
:file-path ,(concat org-roam-dailies-directory "%<%Y-%m-%d>")
:head "#+title: %<%Y-%m-%d>\n"))
"Capture templates for daily-notes in Org-roam."
:group 'org-roam
:type