From 83d6f3d02f97dd331497cfaebba340056c714196 Mon Sep 17 00:00:00 2001 From: Jaden Provost Maxwell-Comfort Date: Tue, 14 May 2024 12:01:52 -0700 Subject: [PATCH] Added 12 week year template and failed task status --- .emacs.d/org.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.emacs.d/org.org b/.emacs.d/org.org index afe3d2b..e4c46ae 100644 --- a/.emacs.d/org.org +++ b/.emacs.d/org.org @@ -192,7 +192,8 @@ Adds custom states to tasks such as ~IN PROGRESS~, ~CANCELLED~, etc. I've also a "WAITING(w)" "|" "DONE(d)" - "CANCELLED(c)"))) + "CANCELLED(c)" + "FAILED(f)"))) (setq org-clock-in-switch-to-state "IN PROGRESS") #+end_src @@ -259,6 +260,11 @@ Below is the main config for org-roam. :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) + ("y" "12 Week Year" plain + (file ,(expand-file-name "12-week-year.org" jm/org-roam-templates-directory)) :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") :unnarrowed t)))