From 35b6a3e10836a15c224318eb6125f2038909f3f7 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Tue, 27 Jan 2026 14:51:01 -0600 Subject: [PATCH] Track what date project is created --- lisp/ti-config/work-org-stuff.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ti-config/work-org-stuff.el b/lisp/ti-config/work-org-stuff.el index 61aa8e2..8afe2ed 100644 --- a/lisp/ti-config/work-org-stuff.el +++ b/lisp/ti-config/work-org-stuff.el @@ -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)