From 47facf5c8b6a257f01c06545414bc221956c9519 Mon Sep 17 00:00:00 2001 From: Judah Sotomayor Date: Thu, 29 Aug 2024 15:20:06 -0400 Subject: [PATCH] feat(templates): Add quality journal template --- config.org | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index 549b0aa..6a69f1d 100644 --- a/config.org +++ b/config.org @@ -813,12 +813,18 @@ I use =r= for this purpose. It is close and goes well with *roam*. ** Journal Environment with org-roam #+begin_src emacs-lisp (after! org-roam -(setq org-roam-dailies-capture-templates - `(("d" "default" entry - "* %?" - :target (file+head "%<%Y-%m-%d>.sec.org.age" - "#+title: %<%Y-%m-%d>\n"))))) + (setq org-roam-dailies-capture-templates + `(("d" "default" entry "* %?" + :target (file+head "%<%Y-%m-%d>.sec.org.age" + "#+title: %<%Y-%m-%d %A>\n* Where was I today?\n* Where am I at now?\n* Where will I be tomorrow?"))))) #+end_src + +#+RESULTS: + +* Where was I today? +* Where am I at now? +* Where will I be tomorrow?) | + *** Property getters and setters These are to fulfill my need to get property values for generating my [[id:6672f401-32a1-49ef-8004-ac77ece67f5b][journal index]]. #+begin_src emacs-lisp