From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Switching between many contexts Date: Mon, 02 Mar 2009 15:47:23 -0600 Message-ID: References: <87ocwjzts2.fsf@CPU107.opentrends.net> 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 1LeFz4-0001bM-1I for emacs-orgmode@gnu.org; Mon, 02 Mar 2009 16:47:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeFz2-0001ax-2L for emacs-orgmode@gnu.org; Mon, 02 Mar 2009 16:47:33 -0500 Received: from [199.232.76.173] (port=37747 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeFz1-0001aq-QV for emacs-orgmode@gnu.org; Mon, 02 Mar 2009 16:47:31 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:40822) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LeFz1-0002Ub-Am for emacs-orgmode@gnu.org; Mon, 02 Mar 2009 16:47:31 -0500 In-Reply-To: <87ocwjzts2.fsf@CPU107.opentrends.net> (Daniel Clemente's message of "Mon\, 02 Mar 2009 19\:03\:41 +0100") 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: Daniel Clemente Cc: org-mode mailing list Hi Daniel, Daniel Clemente writes: > Hi. I have this scenario: I track several projects in a single file, each in its own level-1 section, but each week I'm working only on one project. > In my agenda (C-a a) I'm currently seeing scheduled tasks from all projects, and I would like to exclude all projects but one. > I recently added a CATEGORY property to each section. There are a couple of FAQs on this subject: http://orgmode.org/worg/org-faq.php#limit-agenda-with-tag-filtering http://orgmode.org/worg/org-faq.php#limit-agenda-with-category-match I would use tags in such a scenario. Simply give each project a unique tag and then use secondary filtering to limit the agenda to that tag (as Bernt explains in the other posts on this thread). Best, Matt