From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giorgio Valoti Subject: Re: Hiding deadlines for completed (but not DONE) tasks Date: Wed, 12 Jan 2011 19:06:39 +0100 Message-ID: <0349B76A-C02A-45C4-8643-5D87D08909BF@me.com> References: <260F608F-AA9A-4B3C-9806-CB593148BCFE@me.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38118 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd55u-0001BY-6c for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 13:06:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd55q-0000eB-QN for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 13:06:47 -0500 Received: from asmtpout030.mac.com ([17.148.16.105]:64464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pd55q-0000dy-CR for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 13:06:46 -0500 Received: from alichino.refactor.it (93-62-99-244.ip22.fastwebnet.it [93.62.99.244]) by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0LEX00LDU8Z53E80@asmtp030.mac.com> for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 10:06:44 -0800 (PST) In-reply-to: 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 Il giorno 12/gen/2011, alle ore 18.16, Michael Brand ha scritto: > Hi Giorgio >=20 > On Wed, Jan 12, 2011 at 17:25, Giorgio Valoti = wrote: >> by default, a task with a deadline shows up in the agenda until is = marked DONE. Reading the docs it seems there=92s no way to specify other = statuses to ignore. I use some other states, like CANCELLED or CLOSED = that I=92d like to hide as well. Is there a way to do this? >=20 > I guess you need to configure your todo keywords with the vertical = bar, see > http://orgmode.org/manual/Workflow-states.html#Workflow-states mmmh, maybe there=92s just something wrong with my conf: > (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" = "DONE(d!/!)") > (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)") > (sequence "APPT(a!)" "ERRAND(e!)" "ONSITE(o!)" "|" "HOME(h!/!)") > (sequence "APERTO(f!)" "|" "CHIUSO(F!/!)") > (sequence "QUOTE(q!)" "QUOTED(Q!)" "|" "APPROVED(A@)" "EXPIRED(E@)" = "REJECTED(R@)")))) When I tag an item as CANCELLED, the agenda hides it; when I tag it as = CHIUSO it still shows up. Ciao -- Giorgio Valoti