From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cian OConnor Subject: Sparse Trees layout Date: Thu, 30 Jul 2009 22:13:14 +0100 Message-ID: <82my6lc1sl.fsf@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 1MWcy3-0001ZP-VR for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:15:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWcxz-0001YD-Av for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:15:15 -0400 Received: from [199.232.76.173] (port=56255 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWcxz-0001Y3-7h for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:15:11 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:56347) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWcxy-0001fd-6f for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 17:15:10 -0400 Received: by ewy7 with SMTP id 7so789886ewy.42 for ; Thu, 30 Jul 2009 14:15:07 -0700 (PDT) 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 What I'd like to be able to do is the following. Say I have the following tree: * level 1 * level 2 * level 3 * level 4 Now if I go to level 3 and create a sparse tree I get this: * level 3 * level 4 Which is fine and usable, but it would be nice to have the option to have the following instead: * level 3 * level 4 Is this possible? I looked in the manual, but couldn't see anything. Thanks, Cian