From c059e55a57eb788b61625aef90827f6590f6127b Mon Sep 17 00:00:00 2001 From: Random936 Date: Thu, 27 Feb 2025 17:53:01 -0800 Subject: [PATCH] Added deadline to inbox task --- dotfiles/.emacs.d/org.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.emacs.d/org.org b/dotfiles/.emacs.d/org.org index d17b281..e26e5bf 100644 --- a/dotfiles/.emacs.d/org.org +++ b/dotfiles/.emacs.d/org.org @@ -36,7 +36,7 @@ This installs the org package and creates a setup function to enable/disable cer ;; Capture templates org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file) - "* TODO %^{Task}\nSCHEDULED: %^t"))) + "* TODO %^{Task}\nDEADLINE: %^t SCHEDULED: %^t"))) (jm/leader-keys "oa" '(org-agenda :which-key "Org agenda")