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

@ -51,7 +51,7 @@ during the Org-roam capture process.")
"Keywords used in `org-roam-capture-templates' specific to Org-roam.")
(defcustom org-roam-capture-templates
'((:key "d"
(list (list :key "d"
:desc "default"
:body "%?"
:file-path "%<%Y%m%d%H%M%S>-${slug}.org"
@ -65,7 +65,7 @@ TODO: Document this"
)
(defcustom org-roam-capture-ref-templates
'((:key "r"
'(list (list :key "r"
:desc "ref"
:body "%?"
:file-path "${slug}.org"

View File

@ -61,7 +61,7 @@
:type 'hook)
(defcustom org-roam-dailies-capture-templates
'((:key "d"
(list (list :key "d"
:desc "default"
:body "* %?"
:file-path ,(concat org-roam-dailies-directory "%<%Y-%m-%d>")