From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Agenda bug: time conflict between headline and scheduled date Date: Sun, 30 Dec 2012 09:47:02 +0100 Message-ID: <87zk0wdj09.fsf@bzg.ath.cx> References: <20121227062715.GJ25734@ofb.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpEY0-00023R-El for emacs-orgmode@gnu.org; Sun, 30 Dec 2012 03:47:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpEXz-0003TW-De for emacs-orgmode@gnu.org; Sun, 30 Dec 2012 03:47:08 -0500 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:46332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpEXz-0003TS-6N for emacs-orgmode@gnu.org; Sun, 30 Dec 2012 03:47:07 -0500 Received: by mail-wg0-f42.google.com with SMTP id dr1so4799404wgb.1 for ; Sun, 30 Dec 2012 00:47:06 -0800 (PST) In-Reply-To: <20121227062715.GJ25734@ofb.net> (Huy's message of "Wed, 26 Dec 2012 22:27:15 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Huy Cc: emacs-orgmode@gnu.org Hi Huy, Huy writes: > there's a bug when I have a task like this: > > * Test [2012-12-26 Wed 22:24] > SCHEDULED: <2012-12-25 Wed> > > Note that the inactive date has a time in the headline, but the schedule > date doesn't. > > When I run the agenda, I get this: > > Tuesday 25 December 2012 > GTD: 22:24...... Scheduled: Test [2012-12-26 Wed 22:24] > > The time should not be extracted from the non-scheduled timestamp, > right? Yes. Mixing time-stamps for a single entry is known to cause problems, and this is one of them. Better to put the inactive time-stamp outside of the headline. Best, -- Bastien