From 830e426bd1a074290221badd7867ee324892bafd Mon Sep 17 00:00:00 2001 From: Random936 Date: Thu, 31 Oct 2024 20:17:04 -0700 Subject: [PATCH] Updated emacs inbox template --- dotfiles/.emacs.d/org.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/.emacs.d/org.org b/dotfiles/.emacs.d/org.org index f555062..a509085 100644 --- a/dotfiles/.emacs.d/org.org +++ b/dotfiles/.emacs.d/org.org @@ -35,7 +35,8 @@ This installs the org package and creates a setup function to enable/disable cer org-time-stamp-custom-formats '("%m-%d-%y %a" . "%m-%d-%y %a %I:%M %p") ;; Capture templates - org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file) "* %?\n"))) + org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file) + "* TODO %^{Task}\nSCHEDULED: %^t"))) (jm/leader-keys "oa" '(org-agenda :which-key "Org agenda")