Added 12 week year template and failed task status

This commit is contained in:
Jaden Provost Maxwell-Comfort 2024-05-14 12:01:52 -07:00
parent 7f61b716ed
commit 83d6f3d02f

View File

@ -192,7 +192,8 @@ Adds custom states to tasks such as ~IN PROGRESS~, ~CANCELLED~, etc. I've also a
"WAITING(w)" "WAITING(w)"
"|" "|"
"DONE(d)" "DONE(d)"
"CANCELLED(c)"))) "CANCELLED(c)"
"FAILED(f)")))
(setq org-clock-in-switch-to-state "IN PROGRESS") (setq org-clock-in-switch-to-state "IN PROGRESS")
#+end_src #+end_src
@ -259,6 +260,11 @@ Below is the main config for org-roam.
:unnarrowed t) :unnarrowed t)
("p" "Project" plain ("p" "Project" plain
(file ,(expand-file-name "project.org" jm/org-roam-templates-directory)) (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" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
"#+title: ${title}\n") "#+title: ${title}\n")
:unnarrowed t))) :unnarrowed t)))