From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hohn Subject: fill-region and list items Date: Tue, 08 Mar 2011 13:48:30 -0800 Message-ID: <4D76A42E.5080909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38086 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px4lf-0005iZ-PO for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 16:48:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px4ld-00027j-SK for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 16:48:35 -0500 Received: from mail-pv0-f169.google.com ([74.125.83.169]:37925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px4ld-00027T-N2 for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 16:48:33 -0500 Received: by pvg4 with SMTP id 4so1503116pvg.0 for ; Tue, 08 Mar 2011 13:48:32 -0800 (PST) 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: emacs-orgmode@gnu.org Hi all, after upgrading to the current git head (version 7.xx, previously 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? Regards, Michael