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