From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: Re: [BUG] Changing TODO states sometimes modifies the scheduling of the next heading Date: Sun, 3 Apr 2011 08:35:15 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51400 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6ImV-0000xY-U9 for emacs-orgmode@gnu.org; Sun, 03 Apr 2011 04:35:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6ImQ-0007Ph-Q8 for emacs-orgmode@gnu.org; Sun, 03 Apr 2011 04:35:35 -0400 Received: from lo.gmane.org ([80.91.229.12]:52548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6ImQ-0007PV-Ec for emacs-orgmode@gnu.org; Sun, 03 Apr 2011 04:35:30 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q6ImN-0001Z7-Nq for emacs-orgmode@gnu.org; Sun, 03 Apr 2011 10:35:27 +0200 Received: from 94-21-19-59.pool.digikabel.hu ([94.21.19.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Apr 2011 10:35:27 +0200 Received: from adatgyujto by 94-21-19-59.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Apr 2011 10:35:27 +0200 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: emacs-orgmode@gnu.org Tom gmail.com> writes: > > I could not yet create a simple org file to reproduce the > problem Here's an org file which demonstrates the bug with org 7.5: * TODO test1 SCHEDULED: <2011-04-02 Szo +1d> * TODO test2 SCHEDULED: <2011-04-03 H .+1w> If you (setq org-log-repeat nil) and press C-c C-t on test1 then the scheduling of test2 is modified too.