feat(org-roam): bibliography note capture template
This commit is contained in:
parent
9ab8a637f7
commit
1325a53afd
1 changed files with 5 additions and 0 deletions
|
|
@ -3620,6 +3620,11 @@ With those variables created, we can define our templates.
|
|||
'(("f" "Standalone file" plain ""
|
||||
:target (file+head "${file-maybe-dir}"
|
||||
"#+title: ${title}")
|
||||
:unnarrowed t)
|
||||
("n" "Bibliography note" plain ""
|
||||
:target
|
||||
(file+head "${file-maybe-cite}"
|
||||
"#+title: ${citar-author} - ${citar-title}")
|
||||
:unnarrowed t))
|
||||
org-roam-dailies-capture-templates
|
||||
'(("e" "Event" entry "* $1\n%^t\n\n$0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue