From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: DONE repeating events become TODO, not OTHER Date: Wed, 16 Sep 2015 17:18:44 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcK6O-000253-I6 for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 17:18:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcK6K-0003K3-Fs for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 17:18:52 -0400 Received: from mail-qg0-x22b.google.com ([2607:f8b0:400d:c04::22b]:35379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcK6K-0003Ga-94 for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 17:18:48 -0400 Received: by qgt47 with SMTP id 47so183380547qgt.2 for ; Wed, 16 Sep 2015 14:18:46 -0700 (PDT) Received: from parma.local ([71.58.98.77]) by smtp.gmail.com with ESMTPSA id p93sm10805734qkh.44.2015.09.16.14.18.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Sep 2015 14:18:45 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode I have repeating events of type OTHER, as in: * OTHER Foo <2015-09-16 +1w> When I have finished the task for today, I mark it done. Because it is a repeating event, it doesn't actually change to DONE, instead it changes to TODO and adds a :LAST_REPEAT: item in the :PROPERTIES: drawer. How do I tell this specific item, or all OTHER items in general, that after completion it should remain OTHER rather than changing to TODO? Thanks, -k.