Kyle Sexton <[email protected]> writes:
> Does anyone know a way to automatically create/link org-tasks from Gnus
> messages? My current workflow is to just start a new capture and type
> in or paste some of the relevant info, but if org could link to the
> message that would be ideal.
I've the following recipe in my org-capture-template:
("m" "mailnote" entry (file+headline "~/org/notes.org" "Notes")
"** From: %:from Subject: %:subject\n %a" :kill-buffer t)
So when I do `C-c r m` it create a note with a link to the relevant gnus
message. Look at http://orgmode.org/manual/Template-expansion.html for
other %:something.
--
Rémi Vanicat