From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?R=C3=A9mi_Vanicat?= Subject: Re: Org tasks from gnus Date: Mon, 23 Apr 2012 09:13:05 +0200 Message-ID: <871uneylfe.fsf@debian.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMDSq-0008Sp-Nm for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 03:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMDSk-0002m7-FM for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 03:13:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:48563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMDSk-0002ly-8T for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 03:13:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SMDSe-0001wC-JK for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 09:13:24 +0200 Received: from 219.5.140.88.rev.sfr.net ([88.140.5.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Apr 2012 09:13:24 +0200 Received: from vanicat by 219.5.140.88.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Apr 2012 09:13:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Kyle Sexton 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