Track what date project is created

This commit is contained in:
Benson Chu 2026-01-27 14:51:01 -06:00
parent eafeaccf5c
commit 35b6a3e108

View file

@ -540,11 +540,11 @@
(defvar my/project-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 active")
"#+title: ${title}: %^{Description}\n#+category: ${title}\n#+date: %t\n#+filetags: Project active")
:unnarrowed t)
("s" "sandbox" plain ""
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
"#+title: ${title}: %^{Description}\n#+category: ${title}\n#+filetags: Project active\n#+PROPERTY: header-args:bash :dir /scratch/benson/sandbox/${title} :results output verbatim :exports results :noweb yes"))))
"#+title: ${title}: %^{Description}\n#+category: ${title}\n#+date: %t\n#+filetags: Project active\n#+PROPERTY: header-args:bash :dir /scratch/benson/sandbox/${title} :results output verbatim :exports results :noweb yes"))))
(defun my/org-roam-find-projects ()
(interactive)