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")