From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Narrow to subtree and widen again - missing documentation Date: Thu, 12 Jun 2008 16:17:59 +0200 Message-ID: References: <4846A8ED.8090705@utu.fi> <48511735.4030100@utu.fi> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6ncq-0003lr-9L for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 10:18:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6ncn-0003lR-Rz for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 10:18:03 -0400 Received: from [199.232.76.173] (port=39558 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6ncn-0003lN-Jd for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 10:18:01 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:49130) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6ncn-0005Ct-7Z for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 10:18:01 -0400 In-Reply-To: <48511735.4030100@utu.fi> 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: Harri Kiiskinen Cc: emacs-orgmode@gnu.org On Jun 12, 2008, at 2:31 PM, Harri Kiiskinen wrote: > Carsten Dominik wrote: > >>> But how do I clean the buffer after sparse tree by criteria - >>> selection ( C-c / )? >> What do you mean by "clean". >> You can use `C-c C-a' to show everything, or S-TAB once or several >> times to cycle through global visibility states. > > Sorry, I meant (C-c \), which gives a TAG query. If I select a tag, > its entry is coloured, if I select no tags, all entries are > coloured, but how to remove the selection/colouring altogether was > the problem. I did discover, that (C-c / t RET) removes all the > colouring, but only after receiving you response. 'C-c C-a' and S- > TAB just change the views, but the selected entries still stay > coloured. > Hope I managed to express the problem. > C-c C-c will get rid of those highlights. Also, when the option org-remove-highlights-with-change it t (the default), and editing in the buffer will make the highlights disappear as well. HTH - Carsten > > > Harri K.