From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: do not display certain TAGs in agenda Date: Fri, 24 Jan 2014 15:33:57 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6hpg-00051g-G1 for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 09:34:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6hpY-0000x6-Kr for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 09:34:08 -0500 Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:58563 helo=server.belohrad.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6hpY-0000wT-D9 for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 09:34:00 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: mailing-list-org-mode Dear all, here is the stuff: I have lots of tags in particular todos. When displayed in the agenda, they look e.g. as this one: CPSupgrade: NEXT asssembly of the fbct bodies on the vacuum chambers :2013:MARS:#CPSUpgrade:REFILABLE::@Me:@John: Now, tags MARS, 2013 and REFILABLE are 'common' tags I use when filtering for them, but generally I don't want to see them in the agenda. I'd like to see only tags starting with '#' or '@' as those identify to me projects and people involved. If I would be able to do it, my agenda view would become less messy. Is this possible? thanks .d.