From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Hoisting (so to speak) Date: Thu, 17 Sep 2009 16:49:13 -0400 Message-ID: <87vdjhi9fa.fsf@fastmail.fm> References: <874or1joel.fsf@fastmail.fm> 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 1MoNur-0004CG-VN for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 16:49:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoNun-0004C2-EB for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 16:49:21 -0400 Received: from [199.232.76.173] (port=36419 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoNun-0004Bz-AW for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 16:49:17 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:54106) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoNum-00007r-UH for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 16:49:17 -0400 In-Reply-To: <874or1joel.fsf@fastmail.fm> (Matt Lundin's message of "Thu, 17 Sep 2009 16:40:18 -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: Matt Lundin Cc: emacs-orgmode@gnu.org Matt Lundin writes: > 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. ;) O.K. I just realized I missed the "sparse tree" in your question. I assume you mean by this org-mode definition of "sparse trees" (i.e., trees with visibility limited to certain TODO, tags, or regexp matches)? I don't recall anything like org-mode sparse trees in the vim outliner, but it may have changed since I last used it. You can export only the visible portions of an org-mode outline by typing "C-c C-e v [SPACE]", but this will create a new, independent org-mode buffer. Any changes you make in this buffer will not affect the original file. - Matt