From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Recurring tasks and arbitrary properties Date: Sat, 21 Jan 2017 20:06:36 +0100 Message-ID: <87wpdo6xmr.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cV10G-0006hU-MX for emacs-orgmode@gnu.org; Sat, 21 Jan 2017 14:07:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cV10C-00066H-Ov for emacs-orgmode@gnu.org; Sat, 21 Jan 2017 14:07:08 -0500 Received: from mout.gmx.net ([212.227.15.18]:63386) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cV108-0005zd-Jy for emacs-orgmode@gnu.org; Sat, 21 Jan 2017 14:07:04 -0500 Received: from stella.c0t0d0s0.de ([82.113.98.50]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LtIZH-1cNUv64C7f-012ptl for ; Sat, 21 Jan 2017 20:06:40 +0100 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id C7F29C45FC for ; Sat, 21 Jan 2017 20:06:36 +0100 (CET) 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 Hello, a task like this behaves like a recurring task, i.e. if I set the task state to DONE it is automatically switched back to TODO. Is that the intended behaviour? * TODO task1 :PROPERTIES: :FOO: <2017-03-12 Sun ++1w> :END: Regards hmw