From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Hide / expand tags Date: Tue, 12 Apr 2011 13:30:59 -0400 Message-ID: <871v17z8a4.fsf@fastmail.fm> References: <87ei571rgp.fsf@fastmail.fm> <55tye3pjts.fsf@news.eternal-september.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9hQc-0005EI-Qc for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 13:31:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9hQb-0007Ba-JT for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 13:31:02 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:38945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9hQb-0007BN-H1 for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 13:31:01 -0400 In-Reply-To: <55tye3pjts.fsf@news.eternal-september.org> (Richard Riley's message of "Tue, 12 Apr 2011 17:31:43 +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: Richard Riley Cc: emacs-orgmode@gnu.org Richard Riley writes: > 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. Very good point. Scratch that idea. Since I myself have no desire or need to hide tags, I threw out the idea without thinking it through. Thanks for pointing out the danger. - Matt