From mboxrd@z Thu Jan 1 00:00:00 1970 From: T. Short Subject: Re: Expanding highlighted nodes Date: Tue, 24 Jun 2008 16:43:25 +0000 (UTC) Message-ID: References: <0DC559BA-8BCD-4E15-9C71-CD1CFAEC3183@uva.nl> <1621A8D0-BBED-4E9B-AC4B-12968DBA939E@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBBcO-0004cz-Ob for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 12:43:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBBcN-0004ck-Os for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 12:43:43 -0400 Received: from [199.232.76.173] (port=49612 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBBcN-0004ch-Jo for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 12:43:43 -0400 Received: from main.gmane.org ([80.91.229.2]:58653 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KBBcM-0002Za-Un for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 12:43:43 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KBBcH-0000SH-KD for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 16:43:37 +0000 Received: from static-68-236-159-227.alb.east.verizon.net ([68.236.159.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jun 2008 16:43:37 +0000 Received: from tshort by static-68-236-159-227.alb.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jun 2008 16:43:37 +0000 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: emacs-orgmode@gnu.org > Well, nice! The only problem is hat it is an extra comment, and I > don't have a good hook for you where to put this. So you need to call > two separate commands to make this happen. If you don't mind this, > then you are done. Thanks, Carsten. I like it as a separate command. Mostly, I like the plain versions of C-c C-v (and friends) but like the idea of expanding as needed. And, this seems to give me that. > If the matching entry has children, the org-cycle will only show the > children's heading, not the whole subtree. You might want to call it > twice, or try a different approach using org-back-to-heading and org- > show-subtree. I may play with that, but just having the children's headings is sufficient for most of my org files. - ts