From f0d5756675fa3603d306df7c891cd0cf1a4fd633 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 13 Nov 2022 11:48:37 +0100 Subject: [PATCH] =?UTF-8?q?weiteres=20template=20f=C3=BCr=20org-roam?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.org b/config.org index d6928b6..edb1e8b 100644 --- a/config.org +++ b/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") :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 "** ${title}\n :PROPERTIES:\n :ID: %(org-id-uuid)\n:END:\n%u\n" :target (file+olp "projects.org" ("Active")))