From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: [BUG] Scheduled items in past show time of day in agenda Date: Tue, 29 Nov 2016 14:08:38 -0600 Message-ID: <87h96qoxq1.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBohp-000385-G7 for emacs-orgmode@gnu.org; Tue, 29 Nov 2016 15:08:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBohk-0004Ec-IS for emacs-orgmode@gnu.org; Tue, 29 Nov 2016 15:08:45 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:59577) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBohk-0004EL-CO for emacs-orgmode@gnu.org; Tue, 29 Nov 2016 15:08:40 -0500 Received: from archbook (wcnat-96-17.wheaton.edu [209.147.96.17]) by mail.messagingengine.com (Postfix) with ESMTPA id 6FE1224976 for ; Tue, 29 Nov 2016 15:08:38 -0500 (EST) 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" To: Org Mode Hi everyone, With commit 69ec6258b65a5d317f0dcb275ec2d5a90f72f191 I find that non-repeating timestamps with a time-of-day designation continue to appear at a particular time in the agenda even when they are in the past. For instance, using emacs -Q, i find thagt the following item scheduled for yesterday... * A scheduled item SCHEDULED: <2016-11-28 Mon 17:00> ...appears in the agenda for today at 17:00... Day-agenda (W48): Tuesday 29 November 2016 8:00...... ---------------- 10:00...... ---------------- 12:00...... ---------------- 13:57...... now - - - - - - - - - - - - - - - - - - - - - - - - - 14:00...... ---------------- 16:00...... ---------------- test: 17:00...... Sched. 2x: A scheduled item 18:00...... ---------------- 20:00...... ---------------- The expected behavior (i.e., no time of day designation if it is not the scheduled day) is the following... Day-agenda (W48): Tuesday 29 November 2016 test: Sched. 2x: A scheduled item Thanks, Matt