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) "* 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/master.org" "E-mails")
"* DONE mailto:%?") "* DONE mailto:%?")
("r" "Reply to" entry (file+headline "~/org/master.org" "E-mails") ("R" "Reply" entry (file+headline "~/org/master.org" "E-Mails")
"* DONE mailto:%?"))) "* TODO Reply to %:from \nSCHEDULED: %(org-insert-time-stamp
(org-read-date nil t \"+0d\"))\n%a\n%?\n")))
#+end_src #+end_src
*** LaTeX export *** LaTeX export
#+begin_src emacs-lisp #+begin_src emacs-lisp

Loading…
Cancel
Save