From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Recurring tasks and arbitrary properties Date: Sun, 22 Jan 2017 14:37:02 +0100 Message-ID: <878tq3b4ht.fsf@nicolasgoaziou.fr> References: <87wpdo6xmr.fsf@luisa.c0t0d0s0.de> <87tw8rb5rg.fsf@nicolasgoaziou.fr> <87shobfd39.fsf@luisa.c0t0d0s0.de> <87h94rb59x.fsf@nicolasgoaziou.fr> <87inp7fcmk.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVIKU-0003kL-Uw for emacs-orgmode@gnu.org; Sun, 22 Jan 2017 08:37:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVIKU-0008Hg-5P for emacs-orgmode@gnu.org; Sun, 22 Jan 2017 08:37:10 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:52746) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVIKT-0008HA-WC for emacs-orgmode@gnu.org; Sun, 22 Jan 2017 08:37:10 -0500 In-Reply-To: <87inp7fcmk.fsf@luisa.c0t0d0s0.de> (Michael Welle's message of "Sun, 22 Jan 2017 14:27:47 +0100") 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: Michael Welle Cc: emacs-orgmode@gnu.org Michael Welle writes: > I want to 'hide' the value of the SCHEDULED property and later restore > it. I can use inactive time stamps. But that means that I have to change > the value when deactivating the task and again, later when I activate > the task again. But it would have been nicer without doing so ;). It depends on what means "later". If it means "right after doing something to the headline", you could also store the actual time stamp in the lexical closure of a call-back function, without using a property drawer. There is `org-toggle-timestamp-type', too. We could extend it to process time stamp strings. Regards,