From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: DONE repeating events become TODO, not OTHER Date: Wed, 16 Sep 2015 17:37:36 -0400 Message-ID: <87pp1irqov.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcKOm-0005eO-2J for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 17:37:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcKOi-0003ai-TP for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 17:37:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:42400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcKOi-0003aa-Mv for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 17:37:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZcKOh-00007g-7F for emacs-orgmode@gnu.org; Wed, 16 Sep 2015 23:37:47 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Sep 2015 23:37:47 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Sep 2015 23:37: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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Ken Mankoff writes: > 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? > Do you *have* to have a TODO state? If not, #+TODO: OTHER | DONE should do the trick. Or you could use multiple sets: #+TODO: TODO INPROGRESS | DONE #+TODO: OTHER | COMPLETED In the latter case, the keywords all have to be different. See (info "(org) TODO items") Nick