Browse Source

weiteres template für org-roam

master
Marc 1 year ago
parent
commit
f0d5756675
1 changed files with 4 additions and 0 deletions
  1. 4
      config.org

4
config.org

@ -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")))

Loading…
Cancel
Save