Removed org roam todo capture template

This commit is contained in:
Random936 2024-01-23 21:46:56 -08:00
parent 8a9c925467
commit 1e119db7bc

View File

@ -198,11 +198,6 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m
:unnarrowed t) :unnarrowed t)
("p" "Project" plain ("p" "Project" plain
(file ,(expand-file-name "project.org" jm/org-roam-templates-directory)) (file ,(expand-file-name "project.org" jm/org-roam-templates-directory))
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
"#+title: ${title}\n")
:unnarrowed t)
("t" "Todo Item" plain
(file ,(expand-file-name "todo.org" jm/org-roam-templates-directory))
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
"#+title: ${title}\n") "#+title: ${title}\n")
:unnarrowed t))) :unnarrowed t)))