Added deadline to inbox task
This commit is contained in:
parent
0caa95fb35
commit
c059e55a57
@ -36,7 +36,7 @@ This installs the org package and creates a setup function to enable/disable cer
|
|||||||
|
|
||||||
;; Capture templates
|
;; Capture templates
|
||||||
org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file)
|
org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file)
|
||||||
"* TODO %^{Task}\nSCHEDULED: %^t")))
|
"* TODO %^{Task}\nDEADLINE: %^t SCHEDULED: %^t")))
|
||||||
|
|
||||||
(jm/leader-keys
|
(jm/leader-keys
|
||||||
"oa" '(org-agenda :which-key "Org agenda")
|
"oa" '(org-agenda :which-key "Org agenda")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user