From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Unrelated time of day shown in agenda for scheduled event Date: Sat, 3 Oct 2009 09:17:58 +0200 Message-ID: <120D14CF-AB39-4B9D-9479-B4AB8C5A4ABD@gmail.com> References: <20090930111512.633583ec@ambitone.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mtysc-0005AS-WF for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 03:18:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtysY-00059l-CU for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 03:18:10 -0400 Received: from [199.232.76.173] (port=56679 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtysY-00059X-6m for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 03:18:06 -0400 Received: from mx20.gnu.org ([199.232.41.8]:58134) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtysX-0004w9-LS for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 03:18:05 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtysW-0006dK-Ax for emacs-orgmode@gnu.org; Sat, 03 Oct 2009 03:18:04 -0400 Received: by ewy4 with SMTP id 4so1428949ewy.31 for ; Sat, 03 Oct 2009 00:18:02 -0700 (PDT) In-Reply-To: <20090930111512.633583ec@ambitone.com> 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: Antti Kaihola Cc: emacs-orgmode@gnu.org Hi Antti, On Sep 30, 2009, at 10:15 AM, Antti Kaihola wrote: > I have the following TODO item: > > * TODO Confirm meeting with Alice on <2009-10-01 Thu 09:00-10:00>. > SCHEDULED: <2009-09-30 Wed> > > > It appears in the agenda view time grid for *both* 2009-09-30 and > 2009-10-01 as: > > 9:00-10:00 Scheduled: TODO Confirm meeting with Alice on . > > > I assumed it would appear untimed in the 2009-09-30 agenda and > possibly 9:00-10:00 in the 2009-10-01 agenda. > > Reading the documentation I kind of guess why this happens: > > In the headline of the entry itself, a time(range) may also appear > as plain text (like =9112:45=92 or a =918:30-1pm=92). > > But it's surprising that the time of day of the timestamp in the > headline is connected to the scheduled date. > > > I also tried this: > > * TODO Confirm meeting with Alice tomorrow at 09:00-10:00 > SCHEDULED: <2009-09-30 Wed> > > In this case I still get the entry in the time grid for 2009-09-30 but > nothing on 2009-10-01. Please take a look at the variable `org-agenda-search-headline-for-time' - Carsten