From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Lock CLOSED tag Date: Fri, 10 Jul 2009 19:36:45 +0200 Message-ID: <86ws6gl9si.fsf@neuf.fr> References: <200907101024.33972.aboudreault@mapgears.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPK1j-00063B-5Y for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 13:36:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPK1h-00061g-VP for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 13:36:50 -0400 Received: from [199.232.76.173] (port=40526 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPK1h-00061S-QQ for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 13:36:49 -0400 Received: from smtp21.services.sfr.fr ([93.17.128.2]:4123) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPK1h-0007uX-Dk for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 13:36:49 -0400 In-Reply-To: <200907101024.33972.aboudreault@mapgears.com> (Alan Boudreault's message of "Fri, 10 Jul 2009 10:24:33 -0400") 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: Alan Boudreault Cc: emacs-orgmode@gnu.org Alan Boudreault writes: Hello, It's maybe not what you're looking for, but you can leave org-log-done to nil and simply define org-todo-keywords with something like : (setq org-todo-keywords '(sequence "TODO(t)" "|" "FIXED(f!)")) Nothing should be overwritten then. HTH, -- Nicolas Goaziou