From mboxrd@z Thu Jan 1 00:00:00 1970 From: timetrap Subject: Re: Hoisting (so to speak) Date: Thu, 17 Sep 2009 21:11:34 -0400 Message-ID: References: <874or1joel.fsf@fastmail.fm> <87vdjhi9fa.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoS0i-0001QT-Ad for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 21:11:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoS0d-0001Jc-Mb for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 21:11:39 -0400 Received: from [199.232.76.173] (port=43805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoS0d-0001JQ-GF for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 21:11:35 -0400 Received: from an-out-0708.google.com ([209.85.132.251]:26451) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoS0d-0005ru-9j for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 21:11:35 -0400 Received: by an-out-0708.google.com with SMTP id b6so399979ana.21 for ; Thu, 17 Sep 2009 18:11:34 -0700 (PDT) In-Reply-To: <87vdjhi9fa.fsf@fastmail.fm> 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: emacs-orgmode@gnu.org I seemed to have mixed my metaphors AND my text editors in my original statement. C-x n s C-x n w C-x n b All work perfectly! And combined with the export command: C-c C-e v I can now print only the portions I want. Thanks everyone! On Thu, Sep 17, 2009 at 4:49 PM, Matthew Lundin wrote: > 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 >