From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: org-time-stamp loses repeater interval Date: Tue, 28 Jun 2011 21:44:05 -0400 Message-ID: <5383.1309311845@alphaville.dokosmarshall.org> References: <2011-06-24T16-30-43@devnull.Karl-Voit.at> <8772.1308931315@alphaville.dokosmarshall.org> <2011-06-26T13-23-38@devnull.Karl-Voit.at> <8739ivw8e8.fsf@gnu.org> <2011-06-28T15-28-18@devnull.Karl-Voit.at> <2011-06-28T18-04-12@devnull.Karl-Voit.at> <87sjqt6f3i.fsf@gnu.org> <2011-06-28T20-40-40@devnull.Karl-Voit.at> <874o39v9td.fsf@gnu.org> <24271.1309302652@alphaville.americas.hpqcorp.net> <87pqlxjyp9.fsf@gnu.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbjpI-0002Ww-JF for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 21:44:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbjpH-0004P6-E2 for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 21:44:24 -0400 Received: from vms173007pub.verizon.net ([206.46.173.7]:62348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbjpH-0004Oz-8m for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 21:44:23 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LNJ00MC23HHCO60@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 20:44:11 -0500 (CDT) In-reply-to: Message from Bastien of "Wed, 29 Jun 2011 01:58:10 +0200." <87pqlxjyp9.fsf@gnu.org> 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: Bastien Cc: news1142@Karl-Voit.at, nicholas.dokos@hp.com, emacs-orgmode@gnu.org Bastien wrote: > Okay, I've pushed another fix. > > This let me stumble upon another case: the one with org-schedule and > org-deadline ignoring warning cookies -- these cases are also fixed. > > Please confirm! > Confirmed. There is a peculiar corner case: If I have a headline that's both scheduled and deadlined, like this: --8<---------------cut here---------------start------------->8--- * scheduled DEADLINE: <2011-07-04 Mon +2w -3d> SCHEDULED: <2011-07-06 Wed +1w -2d> --8<---------------cut here---------------end--------------->8--- and I C-c C-s in the scheduled date, I get a second SCHEDULED: item with the new date on the DEADLINE line. The original SCHEDULED: is still on the next line, unchanged - like this: --8<---------------cut here---------------start------------->8--- * scheduled DEADLINE: <2011-07-04 Mon +2w -3d> SCHEDULED: <2011-07-03 Sun +1w -2d> SCHEDULED: <2011-07-06 Wed +1w -2d> --8<---------------cut here---------------end--------------->8--- Nick Org-mode version 7.5 (baseline.403.g13573)