[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Org tasks from gnus
From: |
Rémi Vanicat |
Subject: |
Re: [O] Org tasks from gnus |
Date: |
Mon, 23 Apr 2012 09:13:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Kyle Sexton <address@hidden> 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