diff options
author | Matthew Kosarek <matt.kosarek@canonical.com> | 2024-11-15 09:49:09 -0500 |
---|---|---|
committer | Matthew Kosarek <matt.kosarek@canonical.com> | 2024-11-15 09:49:09 -0500 |
commit | 58f216225499816ba0e5486e2548725065a27c36 (patch) | |
tree | b0bc40e0ccb7ed567aacb770d8d5c5991dacbeb3 /lisp/org-custom.el | |
parent | fe8e871cea1b707d462cc297c1d7f69520126ce6 (diff) |
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r-- | lisp/org-custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 573ddb3..6c6b7e4 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -85,7 +85,7 @@ '(("d" "default" entry "* %?" :target (file+head "%<%Y-%m-%d>.org" - "#+title: %<%Y-%m-%d> 📰 \n#+filetags: :dailies: \n\n* Timeline 🍞\n\n* Notes 📁\n\n* Questions ❓\n\n")))) + "#+title: %<%Y-%m-%d> 📰 \n#+filetags: :dailies: \n\n* Tasks 🎯\n\n* Notes 📁\n\n")))) (setq org-roam-capture-templates '(("d" "default" plain "%?" |