From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?S=C3=A9bastien?= Delafond Subject: org-list-indent-offset only works partially Date: Tue, 18 Oct 2011 08:53:50 +0000 (UTC) Message-ID: <20111018105046.286@usenet.piggo.com> Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG5R3-0005rI-F3 for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 04:54:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG5R1-0006xb-NI for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 04:54:09 -0400 Received: from lo.gmane.org ([80.91.229.12]:52567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG5R1-0006xN-I8 for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 04:54:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RG5Qz-0007Qw-BR for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 10:54:05 +0200 Received: from 74.123.29.134 ([74.123.29.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Oct 2011 10:54:05 +0200 Received: from sdelafond by 74.123.29.134 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Oct 2011 10:54:05 +0200 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 Hello, from Debian bug #645214 (http://bugs.debian.org/645214): org-mode doesn't seems to honour correctly the org-list-indent-offset variable (a recent addition). See the following steps: 1- Run "emacs -q" 2- M-x org-mode 3- M-x set-variable org-list-indent-offset 8 4- open /tmp/t.org 5- Write the following - item 1 [TAB]- item 2 When you press [TAB], "- item 2" is indented only two spaces right, not 8 as org-list-indent-offset describes, thats seems to be a bug. But now, if over the item 2 line you do 6- M-left 7- M-right The "- item 2" will be correctly indented 8 spaces to the right. So org-list-indent-offset is correctly working in this case. There wasn't any patch provided by the submitter. Cheers, --Seb