From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Hiding deadlines for completed (but not DONE) tasks Date: Wed, 12 Jan 2011 21:09:33 +0100 Message-ID: References: <260F608F-AA9A-4B3C-9806-CB593148BCFE@me.com> <0349B76A-C02A-45C4-8643-5D87D08909BF@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=46441 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd70n-0003TF-AF for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 15:09:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd70g-0003Cq-FQ for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 15:09:35 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:42891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pd70g-0003Ci-BP for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 15:09:34 -0500 Received: by iwn40 with SMTP id 40so950111iwn.0 for ; Wed, 12 Jan 2011 12:09:33 -0800 (PST) In-Reply-To: <0349B76A-C02A-45C4-8643-5D87D08909BF@me.com> 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: Giorgio Valoti Cc: emacs-orgmode@gnu.org On Wed, Jan 12, 2011 at 19:06, Giorgio Valoti wrote: > mmmh, maybe there=92s just something wrong with my conf: > > (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" "DON= E(d!/!)") > =A0(sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)") > =A0(sequence "APPT(a!)" "ERRAND(e!)" "ONSITE(o!)" "|" "HOME(h!/!)") > =A0(sequence "APERTO(f!)" "|" "CHIUSO(F!/!)") > =A0(sequence "QUOTE(q!)" "QUOTED(Q!)" "|" "APPROVED(A@)" "EXPIRED(E@)" "R= EJECTED(R@)")))) > > When I tag an item as CANCELLED, the agenda hides it; when I tag it as CH= IUSO it still shows up. I can not see anything wrong with this configuration and I hope that someone else can tell more. Michael