Don't use these templates doofus

This commit is contained in:
Benson Chu 2023-06-16 18:45:20 -05:00
parent d21757ebb1
commit 2db92c42c8

View file

@ -703,12 +703,8 @@
nil nil
(lambda (node)
(let ((tags (org-roam-node-tags node)))
(not (member "project" tags))))
nil
:templates
'(("p" "project" plain ""
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}: %^{Description}\n#+category: ${title}\n#+filetags: project")
:unnarrowed t))))
(not (member "project" tags))))))
(defun my/org-roam-find-project ()
(interactive)