|
@ -1092,16 +1092,19 @@ org-roam-db-sync |
|
|
'("t" "telephone call" plain |
|
|
'("t" "telephone call" plain |
|
|
"%?" |
|
|
"%?" |
|
|
:if-new (file+head "telephone/%<%Y%m%d%H%M%S>-${plug}.org" "#+title: CALL %<%Y-%m-%d %H:%M> ${title}\n") |
|
|
:if-new (file+head "telephone/%<%Y%m%d%H%M%S>-${plug}.org" "#+title: CALL %<%Y-%m-%d %H:%M> ${title}\n") |
|
|
:unnarrowed t) |
|
|
|
|
|
("p" "new Project" plain |
|
|
|
|
|
|
|
|
: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" |
|
|
"** ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n" |
|
|
:target (file+olp "projects.org" ("Active"))) |
|
|
|
|
|
("s" "Sicherheitenmeldung" plain |
|
|
|
|
|
|
|
|
: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" |
|
|
"*** TODO [#A] Sicherheitenmeldung ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n" |
|
|
:target (file+olp "tasks.org" ("Todos" "Sicherheitenmeldungen"))) |
|
|
|
|
|
("m" "Monatsbericht" plain |
|
|
|
|
|
|
|
|
:target (file+olp "tasks.org" ("Todos" "Sicherheitenmeldungen"))) t) |
|
|
|
|
|
(add-to-list 'org-roam-capture-templates |
|
|
|
|
|
'("m" "Monatsbericht" plain' |
|
|
"*** TODO [#A] Monatsbericht ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n" |
|
|
"*** TODO [#A] Monatsbericht ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n" |
|
|
:target (file+olp "tasks.org" ("Todos" "Monatsberichte")))) |
|
|
|
|
|
|
|
|
:target (file+olp "tasks.org" ("Todos" "Monatsberichte"))) t) |
|
|
:custom |
|
|
:custom |
|
|
(org-roam-database-connector 'sqlite3)) |
|
|
(org-roam-database-connector 'sqlite3)) |
|
|
|
|
|
|
|
|