diff options
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r-- | lisp/org-custom.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 7d36bfb..32247e6 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -76,7 +76,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* Timeline\n\n* Notes\n\n* Questions\n\n")))) (org-roam-setup) ) @@ -84,7 +84,7 @@ '(("t" "Todo" entry (file+headline org-default-notes-file "Tasks") "* TODO %?\n DEADLINE: %t") ("n" "Quick Notes" entry (file+headline org-default-notes-file "Quick Notes") - "* %?Created on %U\n %i"))) + "* %?\n Created on %U\n %i"))) (defun org-archive-done-tasks () "Archive all done tasks in an org subtree" |