From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takafumi Arakaki Subject: Old entry remains in appt when the original one in org file is changed Date: Fri, 13 Jan 2012 17:01:56 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RljaA-0005ot-Ey for emacs-orgmode@gnu.org; Fri, 13 Jan 2012 11:02:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rlja6-0002mg-3A for emacs-orgmode@gnu.org; Fri, 13 Jan 2012 11:02:22 -0500 Received: from mail-qw0-f48.google.com ([209.85.216.48]:51530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rlja5-0002mb-VV for emacs-orgmode@gnu.org; Fri, 13 Jan 2012 11:02:18 -0500 Received: by qadz30 with SMTP id z30so1153591qad.0 for ; Fri, 13 Jan 2012 08:02:17 -0800 (PST) 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: emacs-orgmode@gnu.org I am using org-agenda-to-appt and I noticed a bug. 1. Add the following in the agenda file * TODO test SCHEDULED: <2012-01-14 Sat 12:00> 2. Call org-agenda-to-appt 3. Change the SCHEDULED time-stamp in the entry like this * TODO test SCHEDULED: <2012-01-14 Sat 12:00> 4. appt-time-msg-list has the old entry ((1380) #("12:00 TODO test" 6 15 (org-heading t)) t) ((1390) #("12:10 TODO test" 6 15 (org-heading t)) t) I guess a workaround will be removing any entries which has org-heading as property from appt-time-msg-list before adding the new entries. I think this guy had the same problem: http://article.gmane.org/gmane.emacs.orgmode/8008/ -- Takafumi