From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Default indent level Date: Wed, 13 Jul 2011 09:44:59 +0200 Message-ID: <87sjqa61ul.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QguSw-0005Vu-2M for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 04:06:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QguSr-0005Tv-OX for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 04:06:41 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:37914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QguSr-0005Pt-Fa for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 04:06:37 -0400 Received: by fxd18 with SMTP id 18so1838702fxd.39 for ; Wed, 13 Jul 2011 01:06:36 -0700 (PDT) In-Reply-To: (Mike Owens's message of "Tue, 12 Jul 2011 11:50:59 -0500") 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: Mike Owens Cc: emacs-orgmode@gnu.org Hi Mike, Mike Owens writes: > I've googled and scoured the list and can't seem to find a way to get > indent level to work like I want. I simply want M-LEFT to indent 3 > spaces rather than 2 by default. I set > org-indent-indentation-per-level to 3 in my .emacs file, but this > still does not seem to work. Any help would be greatly appreciated. You need to do M-x org-indent-mode RET in the file you need this special indentation feature. HTH, -- Bastien