Make better use of org-capture templates

master
Jacopo De Simoi 5 years ago
parent aa4cc80ee3
commit 4871556aef
  1. 5
      global.org

@ -1138,8 +1138,9 @@
"* break %?\n" :clock-in t :clock-resume t)
("e" "Mail To" entry (file+headline "~/org/master.org" "E-mails")
"* DONE mailto:%?")
("r" "Reply to" entry (file+headline "~/org/master.org" "E-mails")
"* DONE mailto:%?")))
("R" "Reply" entry (file+headline "~/org/master.org" "E-Mails")
"* TODO Reply to %:from \nSCHEDULED: %(org-insert-time-stamp
(org-read-date nil t \"+0d\"))\n%a\n%?\n")))
#+end_src
*** LaTeX export
#+begin_src emacs-lisp

Loading…
Cancel
Save