From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: define-key global-map gnus link todo Date: Thu, 15 May 2008 08:25:49 +0200 Message-ID: <3565E859-4031-48C9-AA56-2E14342956D2@uva.nl> References: <87k5hxdmw5.fsf@hillenius.net> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwWub-0002Yp-SM for emacs-orgmode@gnu.org; Thu, 15 May 2008 02:25:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwWub-0002Xo-4q for emacs-orgmode@gnu.org; Thu, 15 May 2008 02:25:57 -0400 Received: from [199.232.76.173] (port=46925 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwWua-0002XZ-Up for emacs-orgmode@gnu.org; Thu, 15 May 2008 02:25:56 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:28100) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwWua-0002Ov-AP for emacs-orgmode@gnu.org; Thu, 15 May 2008 02:25:56 -0400 In-Reply-To: <87k5hxdmw5.fsf@hillenius.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gijs Hillenius Cc: emacs-orgmode@gnu.org Hi Gijs, On May 14, 2008, at 3:40 PM, Gijs Hillenius wrote: > Hi! > > How would I go about to do this > > I'm in gnus, reading mail (and news, but more mail). > > I have an email that I need to do stuff to.. > > currently: C-cl -> m-x org/relevant.org add todo C-c C-l > > that is quite a number of steps. Might as well answer the mail > immediately. But sometimes it requires firing up the browser and more > stuff, and I'm would rather get it of my mind, and do it later. > > Would there be a way to have C-ci (immediate) store the gnus-link as a > todo on a default org page? Or C-ci store that link in any of the org > pages that are org-agenda-files (I can hit tab fast to cycle, or > something). The way to do this kind of thing in Org is through a remember template. If the template contains "%!", it will be filed immediately, so selecting the template is already enough to file it. - Carsten