From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: (Possible Feature Request) Hiding Tags in Agenda View/Implementing Contexts in Org Date: Wed, 07 Oct 2009 07:29:20 -0400 Message-ID: References: <330fb75e0910062216t7244cc75k91ea51d1cc45e279@mail.gmail.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 1MvUi2-0006Gf-7w for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 07:29:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvUhx-0006Dd-OQ for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 07:29:29 -0400 Received: from [199.232.76.173] (port=40845 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvUhx-0006DT-Fv for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 07:29:25 -0400 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:49370) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvUhx-0001Y7-7z for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 07:29:25 -0400 In-Reply-To: <330fb75e0910062216t7244cc75k91ea51d1cc45e279@mail.gmail.com> (Miguel Fernando Cabrera's message of "Wed, 7 Oct 2009 00:16:44 -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: Miguel Fernando Cabrera Cc: emacs-orgmode@gnu.org Miguel Fernando Cabrera writes: > > Too hacky? > Now, to really do what I want would be cool to have a way of saying to > org that don't show the "@work" tag. I think you might also be able to use the variable org-agenda-filter-preset. > I think at the end this is a question of how implement context in a > good way in Org. Any advice or strategy will be really helpful. I use secondary filtering for this. IMO, it's much faster and more flexible than having to define multiple custom agenda commands. > BTW, is there some lisp function like "org-entry-tags" to get the tags > of an entry, not reliying in "re-search-forward" as in [1] org-get-tags - Matt