|
|
|
|
@ -1124,21 +1124,21 @@ |
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
|
(setq org-default-notes-file "~/org/master.org") |
|
|
|
|
(setq org-capture-templates |
|
|
|
|
'(("t" "TODO today" entry (file+headline "~/org/master.org" "Tasks") |
|
|
|
|
'(("t" "TODO today" entry (file+headline "~/org/orgzly/scheduled.org" "Tasks") |
|
|
|
|
"* TODO %?\n SCHEDULED: %t" :clock-in t :clock-resume t) |
|
|
|
|
("n" "TODO next" entry (file+headline "~/org/master.org" "Tasks") |
|
|
|
|
("n" "TODO next" entry (file+headline "~/org/orgzly/scheduled.org" "Tasks") |
|
|
|
|
"* NEXT %?\n " :clock-in t :clock-resume t) |
|
|
|
|
("T" "TODO" entry (file+headline "~/org/master.org" "Tasks") |
|
|
|
|
("T" "TODO" entry (file+headline "~/org/orgzly/scheduled.org" "Tasks") |
|
|
|
|
"* TODO %?\n %a" :clock-in t :clock-resume t) |
|
|
|
|
("i" "Idea" entry (file+headline "~/org/master.org" "Ideas") |
|
|
|
|
"* IDEA %?\n %u" :clock-in t :clock-resume t ) |
|
|
|
|
("j" "Journal" entry (file+datetree "~/org/master.org") |
|
|
|
|
("j" "Journal" entry (file+datetree "~/org/master.org") |
|
|
|
|
"* %?\n%U\n" :clock-in t :clock-resume t) |
|
|
|
|
("b" "Break" entry (file+datetree "~/org/master.org") |
|
|
|
|
"* break %?\n" :clock-in t :clock-resume t) |
|
|
|
|
("e" "Mail To" entry (file+headline "~/org/master.org" "E-mails") |
|
|
|
|
("e" "Mail To" entry (file+headline "~/org/orgzly/scheduled.org" "E-mails") |
|
|
|
|
"* DONE mailto:%?") |
|
|
|
|
("R" "Reply" entry (file+headline "~/org/master.org" "E-Mails") |
|
|
|
|
("R" "Reply" entry (file+headline "~/org/orgzly/scheduled.org" "E-Mails") |
|
|
|
|
"* TODO Reply to %:from \nSCHEDULED: %(org-insert-time-stamp |
|
|
|
|
(org-read-date nil t \"+0d\"))\n%a\n%?\n"))) |
|
|
|
|
#+end_src |
|
|
|
|
|