From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Hide / expand tags Date: Tue, 12 Apr 2011 17:31:43 +0200 Message-ID: <55tye3pjts.fsf@news.eternal-september.org> References: <87ei571rgp.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9faG-0001ft-Ns for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 11:32:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9faB-0003mP-48 for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 11:32:52 -0400 Received: from lo.gmane.org ([80.91.229.12]:32943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9faA-0003lz-UM for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 11:32:47 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q9fa9-0003EY-8O for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 17:32:45 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Apr 2011 17:32:45 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Apr 2011 17:32:45 +0200 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: emacs-orgmode@gnu.org Matt Lundin writes: > Marcelo de Moraes Serpa writes: > >> Is it possible to hide tags? >> >> Rationale: Sometimes an item has so many tags, that it becomes kind of >> annoying visually. >> >> It'd be nice to have a command to hide/expand tags. What do you think? >> > > Could you please explain in which context you would like to hide tags? > > If you'd like to hide them in the agenda, there are variables to do so: > > - org-agenda-remove-tags > - org-agenda-hide-tags-regexp > > If you'd like to hide them in your normal org-mode files, one option is > to customize the org-tag face (i.e., to set the foreground to the same > color as the background). That might be a silly/dangerous thing to do since you might corrupt your tags without realising. I like the idea of TAGS being in the properties I must say.