From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: lists and fill-region Date: Wed, 09 Mar 2011 14:50:50 -0500 Message-ID: <87zkp4cbtx.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52476 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxPPL-0006k1-5J for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 14:50:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxPPJ-00008I-Sx for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 14:50:54 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:46588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxPPJ-000088-R9 for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 14:50:53 -0500 In-Reply-To: (michael hohn's message of "Wed, 9 Mar 2011 11:04:13 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: michael hohn Cc: emacs-orgmode@gnu.org michael hohn writes: > Hi all, > > after upgrading to the current git head (from a version around 6.36), > fill-region produces wrong indentation for my lists. Starting with > > - one > - very, very, very, very, very, very, very, very, very, very, very, very, long > - short > > and marking the second item via mark-paragraph followed by fill-region > results in > > - one > - very, very, very, very, very, very, very, very, very, very, very, > very, long > - short > > I have tried different settings for org-list-ending-method but this > doesn't change the result. > > Has anybody seen this or know a fix? Hi Michael, This wraps okay for me. I get the following: --8<---------------cut here---------------start------------->8--- - one - very, very, very, very, very, very, very, very, very, very, very, very, long - short --8<---------------cut here---------------end--------------->8--- Have you tried it with a minimal emacs setup? Maybe it's something in your customizations that affects this. Regards, -- Bernt