|
@ -1050,6 +1050,10 @@ org-roam-db-sync |
|
|
"%?" |
|
|
"%?" |
|
|
:if-new (file+head "ideas/%<%Y%m%d%H%M%S>-${plug}.org" "#+title: ${title}\n") |
|
|
:if-new (file+head "ideas/%<%Y%m%d%H%M%S>-${plug}.org" "#+title: ${title}\n") |
|
|
:unnarrowed t) |
|
|
:unnarrowed t) |
|
|
|
|
|
("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") |
|
|
|
|
|
:unnarrowed t) |
|
|
("p" "new Project" plain |
|
|
("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"))) |
|
|
:target (file+olp "projects.org" ("Active"))) |
|
|