From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vagn Johansen Subject: Re: Mails with icalendar appointments Date: Sun, 13 Feb 2011 11:28:19 +0100 Message-ID: <86pqqwns8s.fsf@hotmail.com> References: <87d3n1q6rf.fsf@msstf091.ucc.ie> <87ei7ftqmr.fsf@bunting.net.au> <87fwrupn3x.fsf@msstf091.ucc.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52007 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoZC1-0006Tt-Tf for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 05:28:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoZC0-0002zb-NQ for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 05:28:37 -0500 Received: from lo.gmane.org ([80.91.229.12]:43609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoZBz-0002zM-UT for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 05:28:36 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PoZBy-00006f-Qo for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 11:28:34 +0100 Received: from 1508887958.dong.dbnet.dk ([89.239.205.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Feb 2011 11:28:34 +0100 Received: from gonz808 by 1508887958.dong.dbnet.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Feb 2011 11:28:34 +0100 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: emacs-orgmode@gnu.org Andreas Amann writes: > I get quite a few emails in icalendar format which are requests for > appointments. To avoid unnecessary distraction, I would like to quickly > convert them into org-mode TODO list items. What is the recommended way > to do this? Can the org-capture framework be used for this? > > I use notmuch to access email, and org-notmuch.el as capture interface > but I guess the same problem occurs for users of gnus or other email > clients. Do solutions exist for them? For gnus I wrote this to import from text/calendar attachments http://ozymandias.dk/emacs/emacs.html#org-import-calendar It a automatically stores an org snippet to the ring. So most of the time I can use press my remember keybinding and yank. -- Vagn Johansen