From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Hide / expand tags Date: Tue, 12 Apr 2011 10:20:38 -0400 Message-ID: <87ei571rgp.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9eSP-0000QI-Uw for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 10:20:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9eSO-0007cW-49 for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 10:20:41 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:45997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9eSO-0007c9-0i for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 10:20:40 -0400 In-Reply-To: (Marcelo de Moraes Serpa's message of "Mon, 11 Apr 2011 13:57:58 -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: Marcelo de Moraes Serpa Cc: Org Mode 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). Best, Matt