Update org-roam capture templates
This commit is contained in:
parent
c1a700a45c
commit
f48b648b4f
1 changed files with 16 additions and 4 deletions
|
@ -462,11 +462,23 @@
|
|||
(org-roam-capture-templates
|
||||
'(("d" "default" plain
|
||||
"%?"
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n")
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||
:unnarrowed t)
|
||||
("n" "Note" plain
|
||||
"%?"
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n%l\n\n%i")
|
||||
("r" "Research" plain
|
||||
"* Hypothesis:\n%?\n* Methodology:\n* Results:\n* Conclusions:\n"
|
||||
:if-new (file+head "research/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||
:unnarrowed t)
|
||||
("m" "Meeting" plain
|
||||
"* Participants:\n%?\n* Discussion topics:\n* Action points:\n"
|
||||
:if-new (file+head "meetings/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||
:unnarrowed t)
|
||||
("p" "Project" plain
|
||||
"* Goals:\n%?\n* Milestones:\n* Resources:\n"
|
||||
:if-new (file+head "projects/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||
:unnarrowed t)
|
||||
("l" "Literatur" plain
|
||||
"* Authors:\n%?\n* Main theses:\n* Own thoughts:\n"
|
||||
:if-new (file+head "literatur/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||
:unnarrowed t))))
|
||||
|
||||
(use-package org-tree-slide
|
||||
|
|
Loading…
Add table
Reference in a new issue