remove redundant time stamps from org capture

This commit is contained in:
ndwarshuis 2018-12-29 14:22:13 -05:00
parent ef33ae9393
commit 212e3ccdb3
1 changed files with 2 additions and 2 deletions

View File

@ -1352,7 +1352,7 @@ As per Bernt's guide, capture is meant to be fast. The dispatcher is bound to =F
(setq org-capture-templates
;; regular TODO task
`(("t" "todo" entry (file ,capfile)
"* TODO %?\n%U\ndeliverable: \n")
"* TODO %?\n")
;; for useful reference information that may be grouped with tasks
("n" "note" entry (file ,capfile)
@ -1372,7 +1372,7 @@ As per Bernt's guide, capture is meant to be fast. The dispatcher is bound to =F
;; for converting mu4e emails to tasks, defaults to next-day deadline
("e" "email" entry (file ,capfile)
"* TODO Respond to %:fromname; Re: %:subject :#laptop:\nDEADLINE: %(nd/org-timestamp-future 1)\n%U\n%a\n")
"* TODO Respond to %:fromname; Re: %:subject :#laptop:\nDEADLINE: %(nd/org-timestamp-future 1)\n%a\n")
;; for interruptions that produce useful reference material
("m" "meeting" entry (file ,capfile)