From 61bac4cd2999d6af6378e613c07c336ca357a3ab Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 19 Feb 2025 08:18:35 -0500 Subject: org: include the previous day in the journal: --- lisp/org-custom.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 6c6b7e4..fabe6b9 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -85,7 +85,8 @@ '(("d" "default" entry "* %?" :target (file+head "%<%Y-%m-%d>.org" - "#+title: %<%Y-%m-%d> 📰 \n#+filetags: :dailies: \n\n* Tasks 🎯\n\n* Notes 📁\n\n")))) + "#+title: %<%Y-%m-%d> 📰 \n#+filetags: :dailies: \n\n[[file:%(format-time-string \"%Y-%m-%d\" (time-subtract (current-time) (days-to-time 1))).org][← Previous Day]]\n\n* Tasks 🎯\n\n* Notes 📁\n\n")))) + (setq org-roam-capture-templates '(("d" "default" plain "%?" -- cgit v1.2.1