From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Subject: Adding a LAST_REPEAT property without logging Date: Mon, 10 Jul 2017 15:01:50 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUShu-0000ZV-H9 for emacs-orgmode@gnu.org; Mon, 10 Jul 2017 03:02:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUShp-0002Vf-MV for emacs-orgmode@gnu.org; Mon, 10 Jul 2017 03:02:10 -0400 Received: from [195.159.176.226] (port=60176 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUShp-0002Uc-FG for emacs-orgmode@gnu.org; Mon, 10 Jul 2017 03:02:05 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dUShh-0000dU-9S for emacs-orgmode@gnu.org; Mon, 10 Jul 2017 09:01:57 +0200 Content-Language: en-US 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 I have a number of repeated tasks in my Org-mode file. As a general rule I don't require logging of TODO state changes (which I've disabled by setting org-log-repeat to nil). However, while I don't need the full history of TODO state changes, it would be useful for me to know the last time that a task was repeated. The LAST_REPEAT property is ideal for this, but when I disable logging this property is no longer added/updated for any repeated tasks. Is there an easy way to have the LAST_REPEAT property, but without a history of TODO state changes? -- Luke