From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Tag Inheritance Date: Wed, 30 May 2007 16:33:51 +0200 Message-ID: References: <20070530133454.GA18871@odin.demosthenes.org> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HtPFU-00084o-Pi for emacs-orgmode@gnu.org; Wed, 30 May 2007 10:34:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HtPFT-00084b-4c for emacs-orgmode@gnu.org; Wed, 30 May 2007 10:34:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtPFS-00084Y-R1 for emacs-orgmode@gnu.org; Wed, 30 May 2007 10:34:02 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HtPFR-0003yC-28 for emacs-orgmode@gnu.org; Wed, 30 May 2007 10:34:01 -0400 In-Reply-To: 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: Eddward DeVilla Cc: Russell Adams , emacs-orgmode@gnu.org On May 30, 2007, at 16:21, Eddward DeVilla wrote: > I was thinking the same thing. (Sadly I didn't know the option of > the top of my head and had to search the .el file to try and find it.) > Would there be any way to differentiate the matched heading from the > surrounding context? In regular GUIs I'd say grey of the context, but > that doesn't work well. Highlighting the match would be more > emacs-ish. Normal sparse trees created with org-occur do highlight the match. However, in tags searches, this is not the case. I guess you are right that this would be a way to avoid confusion. But I still think I might change the default. Thanks - Carsten