From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ali Tofigh Subject: should show-branches fold subtree? Date: Wed, 19 May 2010 20:42:06 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=56735 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEtqH-0003bu-GB for emacs-orgmode@gnu.org; Wed, 19 May 2010 20:42:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEtqF-0002RT-Ts for emacs-orgmode@gnu.org; Wed, 19 May 2010 20:42:29 -0400 Received: from mail-qy0-f191.google.com ([209.85.221.191]:61244) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEtqF-0002RP-QB for emacs-orgmode@gnu.org; Wed, 19 May 2010 20:42:27 -0400 Received: by qyk29 with SMTP id 29so11876384qyk.14 for ; Wed, 19 May 2010 17:42:27 -0700 (PDT) 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 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