From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to make sparse tree sparser and/or reveal less context? Date: Thu, 17 Apr 2014 12:42:17 +0200 Message-ID: <87sipc2q5y.fsf@bzg.ath.cx> References: <1397416332.96911.YahooMailBasic@web141704.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wajm0-0007TO-Pf for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:42:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wajlt-0005sC-LB for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:42:28 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:64640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wajlt-0005s4-EB for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:42:21 -0400 Received: by mail-wg0-f48.google.com with SMTP id l18so267075wgh.7 for ; Thu, 17 Apr 2014 03:42:20 -0700 (PDT) In-Reply-To: <1397416332.96911.YahooMailBasic@web141704.mail.bf1.yahoo.com> (Mark S.'s message of "Sun, 13 Apr 2014 12:12:12 -0700 (PDT)") 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: "Mark S." Cc: emacs-orgmode@gnu.org Hi Mark, "Mark S." writes: > After you have a sparse tree, is there a way to hide away headlines > and entries that you don't actually want to be part of your final > export? I'd start trying (setq org-show-hierarchy-above nil) > There's a command to reveal context ... but is there a command that > will help you hide away context? If you end up with hiding too much, I'd recommend using an agenda view instead of a sparse tree, then writing this agenda view to an .org file (C-c C-w myorgfile.org RET from the agenda), then exporting this newly created Org file. -- Bastien