From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: org-list-indent-offset only works partially Date: Tue, 18 Oct 2011 11:33:11 +0200 Message-ID: References: <20111018105046.286@usenet.piggo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG62w-0004xa-Rw for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 05:33:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG62s-0000CZ-Mt for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 05:33:18 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:35588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG62s-0000CQ-GZ for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 05:33:14 -0400 Received: by wwj40 with SMTP id 40so389050wwj.30 for ; Tue, 18 Oct 2011 02:33:13 -0700 (PDT) In-Reply-To: <20111018105046.286@usenet.piggo.com> 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: =?ISO-8859-1?Q?S=E9bastien_Delafond?= Cc: emacs-orgmode@gnu.org Hi all I would like to suggest to treat this together with a similar issue: 1- Run "emacs -q" 2- M-x org-mode 3- open /tmp/t.org 4- Write the following - 1 :: item 1 [TAB]- item 2 When you press [TAB], "- item 2" is indented 7 spaces right. But I would expect it to be indented the same 2 spaces as if over the item 2 line you do 5- M-left 6- M-right Michael On Tue, Oct 18, 2011 at 10:53, S=E9bastien Delafond w= rote: > Hello, > > from Debian bug #645214 (http://bugs.debian.org/645214): > > =A0org-mode doesn't seems to honour correctly the org-list-indent-offset > =A0variable (a recent addition). See the following steps: > > =A01- Run "emacs -q" > =A02- M-x org-mode > =A03- M-x set-variable org-list-indent-offset 8 > =A04- open /tmp/t.org > =A05- Write the following > =A0- item 1 > =A0[TAB]- item 2 > > =A0When you press [TAB], "- item 2" is indented only two spaces right, > =A0not 8 as org-list-indent-offset describes, thats seems to be a > =A0bug. But now, if over the item 2 line you do > > =A06- M-left > =A07- M-right > > =A0The "- item 2" will be correctly indented 8 spaces to the right. So > =A0org-list-indent-offset is correctly working in this case. > > There wasn't any patch provided by the submitter.