emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] sending an email to an orgmode file?


From: Eric S Fraga
Subject: Re: [O] sending an email to an orgmode file?
Date: Wed, 21 Dec 2016 17:36:29 +0000

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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]