From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Holbrook Subject: indention spacing Date: Thu, 10 Jan 2008 11:51:25 -0600 Message-ID: <20080110175124.GD12023@austin.rr.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 1JD1Yn-0000Wp-Hg for emacs-orgmode@gnu.org; Thu, 10 Jan 2008 12:51:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD1Ym-0000VX-QS for emacs-orgmode@gnu.org; Thu, 10 Jan 2008 12:51:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD1Ym-0000VB-LL for emacs-orgmode@gnu.org; Thu, 10 Jan 2008 12:51:20 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.123]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JD1Ym-00011e-LV for emacs-orgmode@gnu.org; Thu, 10 Jan 2008 12:51:20 -0500 Received: from subopt ([70.112.52.147]) by hrndva-omta04.mail.rr.com with ESMTP id <20080110175119.GHEA17668.hrndva-omta04.mail.rr.com@subopt> for ; Thu, 10 Jan 2008 17:51:19 +0000 Received: from eric by subopt with local (Exim 4.67) (envelope-from ) id 1JD1Yr-0003IO-4L for emacs-orgmode@gnu.org; Thu, 10 Jan 2008 11:51:25 -0600 Content-Disposition: inline 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'm trying to find a way to increase the indentation between levels of hierarchy in org-mode. In other words, i'd like to have indentation of 3 or 4 spaces instead of the standard 1 space. I'm color blind, and the colors don't help my eyes pick out levels of hierarchy very well. If i could do this, then i could do org-hide-leading-stars and get rid of that line noise, too. Where i see this: * THERMAL ** Potential Bugs *** Counting Difference, Rob v. Tahsin Rob will file bug on self. *** Multiple Drivers ** Known Bugs *** Bandwidth issue I'd like to see something like this: THERMAL Potential Bugs Counting Difference, Rob v. Tahsin Rob will file bug on self. Multiple Drivers Known Bugs Bandwidth issue thanks, Eric