diff --git a/.emacs.d/org.org b/.emacs.d/org.org index dd1c9a9..354b845 100644 --- a/.emacs.d/org.org +++ b/.emacs.d/org.org @@ -198,11 +198,6 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m :unnarrowed t) ("p" "Project" plain (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" "#+title: ${title}\n") :unnarrowed t)))