From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: hide current heading Date: Tue, 31 Mar 2009 19:21:42 -0500 Message-ID: <877i25i5pl.fsf@fastmail.fm> References: <59b700510903311311u36eeca0ei7c7d1e582af0baa3@mail.gmail.com> <938fae2d0903311518r59b813ctfeb19e684489ba38@mail.gmail.com> <87bprhiabs.fsf@fastmail.fm> <938fae2d0903311613k18da851h1242e80bcb99d597@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LooCv-0004zT-Pu for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 20:21:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LooCq-0004uy-Kq for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 20:21:28 -0400 Received: from [199.232.76.173] (port=50611 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LooCq-0004uv-FX for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 20:21:24 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:54755) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LooCq-0006D2-5Y for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 20:21:24 -0400 In-Reply-To: <938fae2d0903311613k18da851h1242e80bcb99d597@mail.gmail.com> (Eraldo Helal's message of "Wed, 1 Apr 2009 01:13:32 +0200") 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: Eraldo Helal Cc: Deric Bytes , emacs-orgmode@gnu.org Eraldo Helal writes: > > I believe the easiest way to do this is to type C-c p TAB. (C-c p > moves > to the next headline above the cursor. > > > Is there also a way to close the parent tree (if on one of its > > contents) > > e.g. close Projects tree while cursor is on project2. > > > > * Projects > > ** project1 > > ** project2 > > ** project3 > > For this, you could use C-c u TAB. (C-c u moves up to the next > headling > level). > > Matt > > C-c u => I get: C-c u is undefined Sorry, I always miswrite keybindings. The correct keybindings are C-c C-p TAB and C-c C-u TAB. Hope this helps. Matt