From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Owens Subject: Default indent level Date: Tue, 12 Jul 2011 11:50:59 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QggAs-0008BQ-V8 for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 12:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QggAp-0004Mm-1E for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 12:51:06 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:44550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QggAo-0004MN-Lf for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 12:51:02 -0400 Received: by pzk4 with SMTP id 4so4778199pzk.0 for ; Tue, 12 Jul 2011 09:50:59 -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: emacs-orgmode@gnu.org 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. Mike