diff options
-rw-r--r-- | lisp/org-custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 "%?" |