From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: Re: a small idea for repeating tasks Date: Fri, 26 Jun 2009 04:15:36 +0000 (UTC) Message-ID: References: <20524da70906252055u7370e73ex5a3632f189c57cda@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MK2r0-0006Ff-3L for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 00:15:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MK2qu-0006Dm-PW for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 00:15:57 -0400 Received: from [199.232.76.173] (port=52835 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MK2qu-0006Da-M5 for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 00:15:52 -0400 Received: from main.gmane.org ([80.91.229.2]:53790 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MK2qu-00026f-9U for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 00:15:52 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MK2qp-0007ga-0T for emacs-orgmode@gnu.org; Fri, 26 Jun 2009 04:15:47 +0000 Received: from 203.166.111.206 ([203.166.111.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jun 2009 04:15:47 +0000 Received: from charles_cave by 203.166.111.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jun 2009 04:15:47 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Samuel Wales gmail.com> writes: > When you try to mark a repeating task done, org appears to > change it to the first item in org-todo-keywords. Many > people have "TODO" there. This appears to conflict with other uses of > that variable, as it also determines sort order and cycle order. I noticed this as well. My configuration has: #+SEQ_TODO: TODO(t) STARTED(s) REPEAT(r) WAITING(w) APPT(a) | DONE(d) CANCELLED(c) DEFERRED(f) I set up repeating tasks with a keyword of REPEAT (to exclude from TODO lists) but as you observed, changing to done resets the keyword to REPEAT. Perhaps the functionality of changing to DONE needs to remember what the state was before changing to DONE? Charles