From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Filling bug with alphabetical lists Date: Wed, 24 Apr 2013 11:11:15 -0400 Message-ID: <87obd4q7zg.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV1Lv-0004SO-5n for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 11:11:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV1Lq-0004EL-D1 for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 11:11:23 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:53459 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV1Lq-0004EH-6e for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 11:11:18 -0400 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, I found the following filling bug with alphabetical lists. I have (setq org-alphabetical-lists t) and when I do M-q on the first line of the lists below (without a blank separating line) the alphabetical lists are wrapped into the previous list. The regular lists behave properly - just the alphabetical ones have this issue. --8<---------------cut here---------------start------------->8--- *** TODO Report filling bug for lists with alphabetic characters - This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines A) This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines a) This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines A. This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines a. This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines 1) This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines 1. This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines * This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines + This is a really long list line that needs to be filled appropriately and wrapped onto multiple lines --8<---------------cut here---------------end--------------->8--- Regards, Bernt