From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: org-list-indent-offset only works partially Date: Wed, 19 Oct 2011 08:57:02 +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]:52063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGQ5J-0000wB-6T for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 02:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGQ5H-0008D1-QN for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 02:57:05 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:56896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGQ5H-0008Cx-KO for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 02:57:03 -0400 Received: by wyg34 with SMTP id 34so1644163wyg.0 for ; Tue, 18 Oct 2011 23:57:02 -0700 (PDT) In-Reply-To: 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas Now I understand that - 1 :: item 1 [TAB]- item 2 works as expected, when assuming that you don't want the space after the "-" to change the indentation similar to Emacs Electric C but want to keep only TAB, C-c and the modified cursor keys to change the indentation. BTW, were there considerations or discussions about "electric indentation" for lists (space after the "-")? So, for what I want to do I have to use - 1 :: item 1 -[TAB]item 2 Is the following also doing what is expected? - 1 :: item 1 [TAB]-[TAB][TAB]item 2 Michael On Tue, Oct 18, 2011 at 11:33, Michael Brand w= rote: > 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 = wrote: >> 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.