From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Problem with recurring timestamps Date: Mon, 06 Jul 2009 11:45:28 +0200 Message-ID: <874otqrvpj.fsf@thinkpad.tsdh.de> References: <4A51BFD7.2040804@os.inf.tu-dresden.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNkli-0004Y2-Pa for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 05:45:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNklc-0004Xp-MN for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 05:45:49 -0400 Received: from [199.232.76.173] (port=60795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNklc-0004Xm-HL for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 05:45:44 -0400 Received: from main.gmane.org ([80.91.229.2]:56174 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNklc-00020G-28 for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 05:45:44 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MNkla-0006ea-0l for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 09:45:42 +0000 Received: from wlan-130.uni-koblenz.de ([141.26.93.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Jul 2009 09:45:42 +0000 Received: from tassilo by wlan-130.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Jul 2009 09:45:42 +0000 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 Martin Pohlack writes: Hi Martin, > I have problems with the following recurring timestamp: > ---------------------------------------------------------------------- > * TODO test3 > DEADLINE: <2009-07-07 Di 15:00 +1w -1h> > ---------------------------------------------------------------------- > > When I mark the item as done, it loses the warning period (-1h) and > the recurrence markup (+1w). Marking it as done again, will finally > mark it as done. > > Org-version reports "6.21b". I can confirm that with 6.28trans. When removing the warning period, it works as expected. Also, when removing the recurrence markup, changing the item to DONE keeps the -1h intact. Bye, Tassilo