From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Expanding highlighted nodes Date: Tue, 24 Jun 2008 08:31:58 +0200 Message-ID: <0DC559BA-8BCD-4E15-9C71-CD1CFAEC3183@uva.nl> References: 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 1KB2Ec-0000vG-Ip for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 02:42:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB2Eb-0000uN-5P for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 02:42:33 -0400 Received: from [199.232.76.173] (port=47393 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB2Eb-0000uB-12 for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 02:42:33 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:45840) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KB24P-0007py-Pm for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 02:32:02 -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: "T. Short" Cc: emacs-orgmode@gnu.org On Jun 23, 2008, at 7:50 PM, T. Short wrote: > Is there a way to expand highlighted nodes? I really like the tags > tree (C-c \) > and the TODO tree (C-c C-v). After either of these, I'd like to expand > everything under the highlighted nodes. Not really. You might want to look into the new mapping API which would make it easy to implement something like this. - Carsten