From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: should show-branches fold subtree? Date: Thu, 20 May 2010 09:40:25 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58451 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF3Oo-0000FT-Ts for emacs-orgmode@gnu.org; Thu, 20 May 2010 06:54:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF3Oi-0000QB-Tc for emacs-orgmode@gnu.org; Thu, 20 May 2010 06:54:46 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:52319) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF3Oi-0000Lh-Ne for emacs-orgmode@gnu.org; Thu, 20 May 2010 06:54:40 -0400 Received: by mail-ew0-f216.google.com with SMTP id 8so2347490ewy.8 for ; Thu, 20 May 2010 03:54:40 -0700 (PDT) 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: Ali Tofigh Cc: emacs-orgmode Hi Ali, this makes sense, and it is now working like this. - Carsten On May 20, 2010, at 2:42 AM, Ali Tofigh wrote: > hi everyone, > > i often use C-c C-k (org-kill-note-or-show-branches) in org-mode when > i want to see only the headings under a subtree (i.e., no text in the > bodies). however, i get the desired effect only when applying C-c C-k > to already folded subtrees. this means i have to first fold the > subtree using TAB and only then do C-c C-k. i could always add my own > custom command or keybinding to go around this, but what is the reason > that show-branches doesn't hide subtrees but only expands folded ones? > isn't the command more useful if it also hides text? > > cheers, > /ali > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten