On Wednesday, 21 Dec 2016 at 17:18, Richard Lawrence wrote: [...] > In my own setup, I've settled on just making it easy to linking to an > email from a new TODO entry. This is a very general mechanism that > works well for me, even though it is not completely automatic. I > describe my setup below. I do the same thing, using the following template for org-capture which creates a task: #+begin_src emacs-lisp ("mt" "mailtodo" entry (file+datetree "~/s/notes/tasks.org") "* TODO %^{Task} : %:subject %^G\nSCHEDULED: %t\n- From :: %:from\n- Subject :: %:subject\n- Email :: %a\n\n%?" :kill-buffer t) #+end_src I have an equivalent capture template for notes based on emails. -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.2-104-gf5b7de