create reply-to and write-to tasks in DONE state

master
Jacopo De Simoi 10 years ago
parent e12c1a427b
commit bf02b05712
  1. 1
      .gitignore
  2. 4
      init/init-org.el

1
.gitignore vendored

@ -4,3 +4,4 @@ sessions
backup backup
eshell eshell
/ido.last /ido.last
tramp

@ -19,9 +19,9 @@
("j" "Journal" entry (file+datetree "~/org/notes.org") ("j" "Journal" entry (file+datetree "~/org/notes.org")
"* %?\n%U\n" :clock-in t :clock-resume t) "* %?\n%U\n" :clock-in t :clock-resume t)
("e" "Mail To" entry (file+headline "~/org/notes.org" "E-mails") ("e" "Mail To" entry (file+headline "~/org/notes.org" "E-mails")
"* TODO mailto:%?") "* DONE mailto:%?")
("r" "Reply to" entry (file+headline "~/org/notes.org" "E-mails") ("r" "Reply to" entry (file+headline "~/org/notes.org" "E-mails")
"* TODO mailto:%?"))) "* DONE mailto:%?")))
(setq org-clock-persist 'history) (setq org-clock-persist 'history)
(org-clock-persistence-insinuate) (org-clock-persistence-insinuate)

Loading…
Cancel
Save