From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: Google calendar to org mode script and a feature request for agenda Date: Wed, 30 Jun 2010 06:43:38 +0100 Message-ID: References: <87d3v95v87.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=59007 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTq6d-0006z0-AV for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 01:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTq6c-0002gP-7b for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 01:45:07 -0400 Received: from lo.gmane.org ([80.91.229.12]:41080) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTq6b-0002g1-Uq for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 01:45:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OTq6Z-0007NR-Ms for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 07:45:03 +0200 Received: from rgc.damtp.cam.ac.uk ([131.111.17.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jun 2010 07:45:03 +0200 Received: from S.J.Eglen by rgc.damtp.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jun 2010 07:45:03 +0200 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 > > does not get exported as a timed event. Obviously, the easy solution > is to put the time in the date stamp. However, I like using the > "insert diary" function in the agenda view for defining appointments > and this doesn't allow the time to be specified other than in a > headline. Would it be possible to enhance the insert diary function > to prompt for a time (and while we're at it, tags as well)? hi Eric, I had a similar request, and we worked out a solution to this a while ago. In the agenda, try 'i d', and then type something like '11:00-11:45 Seminar with Bob', and the code should parse out the timestamp as long as you have the following variable set to t: (setq org-agenda-insert-diary-extract-time t) Stephen