From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Hoisting (so to speak) Date: Thu, 17 Sep 2009 16:40:18 -0400 Message-ID: <874or1joel.fsf@fastmail.fm> References: 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 1MoNmG-0000Vv-44 for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 16:40:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoNmB-0000Me-7j for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 16:40:27 -0400 Received: from [199.232.76.173] (port=47243 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoNmB-0000MF-1x for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 16:40:23 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:52874) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoNmA-0005m1-HK for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 16:40:22 -0400 In-Reply-To: (timetrap@gmail.com's message of "Thu, 17 Sep 2009 16:04:20 -0400") 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: timetrap Cc: emacs-orgmode@gnu.org timetrap writes: > One of my favorite features in the vim out liner was the ability to > "hoist" a sparse tree into a new temporary buffer. > > Is there a way to do this in org-mode? Of course there is. This is emacs. ;) Use C-x n s to narrow to the current subtree. Use C-x n w to go back to the whole buffer (widen). Use C-c x b to create a new buffer containing only the current subtree. See http://orgmode.org/worg/org-faq.php#indirect-buffers Note: I can't recall if the vim outliner's "hoisting" includes temporarily/artificially "raising" the headline level/indentation of the narrowed subtree. Org-mode does not do this (and intentionally so). Best, Matt