Fixed literature and reference template
This commit is contained in:
parent
3c913ead37
commit
72d331cb24
1 changed files with 2 additions and 2 deletions
|
|
@ -46,12 +46,12 @@ require("org-roam").setup({
|
|||
},
|
||||
l = {
|
||||
description = "literature",
|
||||
template = "#+filetags: literature\n\n * %?\n * Description\n\n * Notes\n - pg 1: ",
|
||||
template = "#+filetags: literature\n\n* %?\n** Description\n\n** Notes\n - pg 1: ",
|
||||
target = "literature%[sep]%<%Y%m%d%H%M%S>-%[slug].org",
|
||||
},
|
||||
r = {
|
||||
description = "reference",
|
||||
template = "#+filetags: reference\n\n * %?\n * Description\n\n * Notes\n - pg 1: ",
|
||||
template = "#+filetags: reference\n\n* %?\n** Description\n\n** Notes\n - pg 1: ",
|
||||
target = "reference%[sep]%<%Y%m%d%H%M%S>-%[slug].org",
|
||||
},
|
||||
m = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue