From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: Adding entries to Google calendar Date: Wed, 08 Sep 2010 18:12:25 +0100 Message-ID: References: <8739tp1tez.fsf@gmx.ch> <8739tp5uyc.wl%ucecesf@ucl.ac.uk> <87wrr1z3ui.fsf@rub.de> <87pqwsxvg3.wl%ucecesf@ucl.ac.uk> <87pqwosj1s.fsf@rub.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=60012 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtOCL-0002ii-13 for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 13:12:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtOCK-0004Af-3D for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 13:12:36 -0400 Received: from lo.gmane.org ([80.91.229.12]:32933) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtOCJ-0004AX-QG for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 13:12:36 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OtOCH-0003QX-RL for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 19:12:33 +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, 08 Sep 2010 19:12:33 +0200 Received: from S.J.Eglen by rgc.damtp.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Sep 2010 19:12:33 +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 Matt Price writes: > - as I understand it this system will only work with entries that have > been added via "i" in a calendar-mode org agenda view.  When I try to > add items this way I am never prompted for a time, only a date.  Am I > missing something here? hi Matt, Carsten accepted a patch of mine a while ago that allows you to do stuff like the following from the agenda: "i d RET 09:00-09:30 meeting with Joe" and the time is extracted from the text you enter, if you set: (setq org-agenda-insert-diary-extract-time t) Stephen