Added some custom capture template functions for daily todos

This commit is contained in:
Random936
2023-11-24 14:34:45 -08:00
parent 8dc3c9c636
commit b911096899
2 changed files with 21 additions and 1 deletions

View File

@@ -569,6 +569,9 @@ Org mode by default contains an /agenda/ system which is like a basic calendar t
(setq org-agenda-start-with-log-mode t)
(setq org-log-done 'time)
(setq org-log-into-drawer t)
(setq org-priority-default ?D)
(setq org-priority-lowest ?D)
#+end_src
*** Refresh Org Agenda Files