From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?S=C3=A9bastien?= Delafond Subject: Wrong indentation with auto-fill within lists ? Date: Mon, 20 Aug 2012 09:08:40 +0000 (UTC) Message-ID: <20120820110500.314@usenet.piggo.com> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Nyf-0000aa-Dn for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 05:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3Nye-0000oF-1G for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 05:08:53 -0400 Received: from plane.gmane.org ([80.91.229.3]:44768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Nyd-0000nt-Qm for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 05:08:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T3Nyc-0007Ch-Fn for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 11:08:50 +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 ; Mon, 20 Aug 2012 11:08:50 +0200 Received: from sdelafond by 74.123.29.134 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Aug 2012 11:08:50 +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 Hi fellows, do you feel this is an actual org-mode bug (reported in Debian, #685348) ? When I start a list like * List 1. a very long item 1, so long that it reaches into the right margin 2. item 2 and I have auto-fill-mode turned on, the first item is split into two or more lines as * List 1. a very long item 1, so long that it reaches into the right margin 2. item 2 The problem is that the second line of the first item is no longer part of the list! I expected the line to be split with additional spaces as * List 1. a very long item 1, so long that it reaches into the right margin 2. item 2 so that item 1 is an ordinary item with two lines. This is annoying, as it is not easy (or I haven't found yet) a simple way to indent correctly that second line. A simple doesn't work, so I have to move to the beginning of the line and add a couple of spaces. Furthermore, this used to work with emacs-23 and its support for org-mode until I installed the package org-mode. (I installed the package to get the info documentation). Sorry if this is not a bug and this odd behavior can be configured away, but I couldn't find how. Cheers, --Seb