From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergio Subject: reveal only current subtree Date: Sat, 17 Dec 2011 18:20:27 +0400 Message-ID: <4EECA52B.2070909@sergio.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbv7w-0007Nq-Hw for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 09:20:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbv7v-0004QW-Bw for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 09:20:40 -0500 Received: from outerface.net ([195.70.199.109]:49319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rbv7u-0004Mx-VL for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 09:20:39 -0500 Received: from [188.134.66.115] (port=44244 helo=[192.168.1.35]) by outerface.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Rbv7W-0007T4-86 for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 17:20:14 +0300 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hello. Is it possible to reveal only current subtree but entirely? For example I have following structure: * a * b ** d ** e *** f *** g qwe qwe *** h *** i * c after jump to /b/e/g I see * a * b ... ** e ... *** g ... * c the cursor is on g and i can expand it by tab. And the main question is how to show all children of e without moving cursor or collapsing (previously expanded) g? * a * b ... ** e *** f *** g qwe qwe *** h *** i * c C-c C-r doesn't show all "brothers" of current subtree. C-u C-c C-r and C-u C-u C-c C-r shows a lot of redundant. -- sergio.