summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2023-07-17 09:34:33 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2023-07-17 09:34:33 -0400
commitc7c9fe4a9a39337da622a4fa48cc79ad808fb3b9 (patch)
treed72f9b82a7b04e8a3b8743f9a3178668c01d483d /lisp/org-custom.el
parent3598c11ad35d8aa662e2e98a5092bcdf6459cf55 (diff)
Even more org improvements
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el4
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"