From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: need help with repeated tasks (won't reapeat) Date: Sun, 19 Aug 2018 13:46:50 +0200 Message-ID: <84in46zihh.fsf@gmail.com> References: <8736vavchv.fsf@len.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frMAj-0001aO-H7 for emacs-orgmode@gnu.org; Sun, 19 Aug 2018 07:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1frMAf-0006BQ-Gf for emacs-orgmode@gnu.org; Sun, 19 Aug 2018 07:47:05 -0400 Received: from [195.159.176.226] (port=38499 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1frMAf-0006BG-9k for emacs-orgmode@gnu.org; Sun, 19 Aug 2018 07:47:01 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1frM8V-0000R8-Dq for emacs-orgmode@gnu.org; Sun, 19 Aug 2018 13:44:47 +0200 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: emacs-orgmode@gnu.org Hi! Gregor Zattler writes: > Dear org mode users, I have problems with a repeated task. I > want to clean something round about every 60 days. I set up this > task in order to monitor my cleaning: > > > *** TODO Clean it > DEADLINE:<2018-08-12 So +.60d -9d> How about toggling the plus and the dot like so? DEADLINE:<2018-10-18 .+60d -9d> [...] > But when I do a C-c C-t (org-agenda-todo) with point on the > heading or on the corresponding line in the agenda, the task > switches simply to DONE and that's it. It doesn't switch back to > TODO, the deadline is not shifted: [...] Bye, Marco