From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Switching between many contexts Date: Tue, 03 Mar 2009 12:27:43 +0100 Message-ID: <87zlg27snk.fsf@CPU107.opentrends.net> References: <87ocwjzts2.fsf@CPU107.opentrends.net> <20524da70903021021m3403e57etf9b796aab7371a73@mail.gmail.com> <87vdqrrcxw.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeSnQ-0004N3-5x for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 06:28:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeSnO-0004KT-C3 for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 06:28:23 -0500 Received: from [199.232.76.173] (port=50766 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeSnO-0004KA-3r for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 06:28:22 -0500 Received: from mail-fx0-f172.google.com ([209.85.220.172]:35999) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LeSnN-0002RA-8Z for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 06:28:21 -0500 Received: by fxm20 with SMTP id 20so2391638fxm.42 for ; Tue, 03 Mar 2009 03:28:19 -0800 (PST) In-Reply-To: <87vdqrrcxw.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Mon, 02 Mar 2009 13:34:35 -0500") 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: Bernt Hansen Cc: org-mode mailing list > Assign a FLUFF tag to your tasks then run the agenda normally and remove > the fluff with > > / - TAB FLUFF RET Thanks, this works. I will use tags instead of categories. > > or if you do that often set up org-tags-alist with F for FLUFF and just > > / - F > In fact I would like to use often the agenda view with several tags exclu= ded, so the ideal setup would be an agenda custom search. But I don't know which command to use in org-agenda-custom-commands: I do= n't want tags-todo (that's a heading list), but the real agenda (with its c= olors, dates, deadlines, etc.). However, the search type called =E2=80=9Eag= enda=E2=80=9C seems not to accept tags to search. Maybe =E2=80=9Eagenda=E2=80=9C could accept tags to search? Or else I can try to do a custom command which emulates the agenda but ad= ds this filter; maybe with a local variable or with =E2=80=9Eskip condition= s=E2=80=9C (org-agenda-skip-function). -- Daniel