|
|
@ -1281,9 +1281,14 @@ If nil it defaults to `split-string-default-separators', normally |
|
|
|
:if-new (file+head "telephone/%<%Y%m%d%H%M%S>-${plug}.org" "#+title: CALL %<%Y-%m-%d %H:%M> ${title}\n") |
|
|
|
:unnarrowed t) t) |
|
|
|
(add-to-list 'org-roam-capture-templates |
|
|
|
'("p" "new Project" plain |
|
|
|
"** ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n" |
|
|
|
:target (file+olp "projects.org" ("Active"))) t) |
|
|
|
'("p" "project" plain |
|
|
|
"%?" |
|
|
|
:if-new (file+head "projects/${plug}.org" "#+title: ${title}\n#+filetags: :project:\n") |
|
|
|
:unnarrowed t) t) |
|
|
|
; (add-to-list 'org-roam-capture-templates |
|
|
|
; '("p" "new Project" plain |
|
|
|
; "** ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n" |
|
|
|
; :target (file+olp "projects.org" ("Active"))) t) |
|
|
|
(add-to-list 'org-roam-capture-templates |
|
|
|
'("s" "Sicherheitenmeldung" plain |
|
|
|
"*** TODO [#A] Sicherheitenmeldung ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n" |
|
|
|