From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergio Subject: Re: reveal only current subtree Date: Sun, 18 Dec 2011 04:54:07 +0400 Message-ID: <4EED39AF.3030602@sergio.spb.ru> References: <4EECA52B.2070909@sergio.spb.ru> <976FFCBD-64DC-459A-8116-CE89B3742010@gmail.com> <4EECD802.8030007@sergio.spb.ru> <5D4CE247-6ABA-4779-BDA2-61128A4332C2@gmail.com> <4EECE079.4090304@sergio.spb.ru> <8C96E13F-342C-4BC3-8609-BFC0A8AECC21@ieee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc511-0001ov-Fc for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 19:54:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rc510-0005a0-82 for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 19:54:11 -0500 Received: from outerface.net ([195.70.199.109]:49566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc50z-0005Zw-VN for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 19:54:10 -0500 Received: from [188.134.66.115] (port=50146 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 1Rc50i-0007x7-LS for emacs-orgmode@gnu.org; Sun, 18 Dec 2011 03:53:53 +0300 In-Reply-To: <8C96E13F-342C-4BC3-8609-BFC0A8AECC21@ieee.org> 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@gnu.org On 12/18/2011 04:13 AM, Takaaki ISHIKAWA wrote: > C-c C-j d/e/g/h > (org-show-siblings) > (org-show-entry) May be you mean (setq org-show-siblings t) ? Also there is no org-show-entry variable, may be you mean (setq org-show-entry-below t) ? As I say org-show-entry-below is good so I switched it on for org-goto: (setq org-show-entry-below '((org-goto . t))) but it has nothing with main problem. org-show-siblings is also not that I want. It show all siblings of all expanded levels. And want to change this view: * a... * b... ** d... *** e... **** g... ***** h <- cursor is here - some - list * c... to this: * a... * b... ** d... *** e... **** g... ***** hhh... ***** hh... ***** h <- cursor is here - some - list ***** hhhh... ***** hhhhh... * c... and not to this: * a... * b... ** dd... ** d *** ee... *** e **** ggg... **** g ***** hhh... ***** hh... ***** h <- cursor is here - some - list ***** hhhh... ***** hhhhh... **** ggg... **** ggg... ** ddd... * c... -- sergio.