From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Narrow tSparse Trees layout Date: Fri, 31 Jul 2009 10:46:06 -0400 Message-ID: <9011.1249051566@gamaville.dokosmarshall.org> References: <82my6lc1sl.fsf@gmail.com> <877hxplk5r.fsf@bzg.ath.cx> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWtP6-00064w-DP for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 10:48:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWtP2-00063A-Rz for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 10:48:16 -0400 Received: from [199.232.76.173] (port=33829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWtP2-00062y-O3 for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 10:48:12 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:50594) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWtP2-0007Re-CQ for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 10:48:12 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KNN0076RICVOAO6@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 09:46:08 -0500 (CDT) In-reply-to: Message from Cian OConnor of "Fri, 31 Jul 2009 15:22:54 BST." 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: Cian OConnor Cc: Bastien , emacs-orgmode@gnu.org Cian OConnor wrote: > > Oh sorry, I was using the wrong terminology. I don't mean sparse trees > at all, I meant narrow trees. > > It would be nice if there was an option so that narrowed trees are > displayed without their normal indentation. So for example if narrow a > subtree at level 4, then it is displayed as a normal tree at level 1 > rather than as a tree starting at level 4 as currently happens. > Its just that when drafting papers I tend to have lots and lots of > indentation in early drafts, and while narrowing trees is a godsend, the > unnecessary (for my purposes) indentation is slightly annoying. > I presume you have org-hide-leading-stars set to t. If so, what looks like indentation, is really hidden leading stars (see section 14.5 of the manual). I am no expert but I would think that implementing what you want would be difficult. If it really bothers you, perhaps you can promote the tree to level 1 while you are working on it and then demote it before widening again - I think this cure is worse than the disease, but to each his own. HTH, Nick