From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: org-fill-paragraph invoked on column 0 Date: Mon, 30 Jul 2012 21:52:13 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svw0l-0005NW-IM for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 15:52:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Svw0k-000118-Mj for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 15:52:15 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:55860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svw0k-000114-Gc for emacs-orgmode@gnu.org; Mon, 30 Jul 2012 15:52:14 -0400 Received: by weys10 with SMTP id s10so4298127wey.0 for ; Mon, 30 Jul 2012 12:52:13 -0700 (PDT) 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: Org Mode Hi Nicolas Before commit b04f9e32680e01ef17ed813940c0c58491f0d9aa Author: Nicolas Goaziou Date: Sat Jul 28 10:24:08 2012 +0200 `org-fill-paragraph' is backed up by Org Element I could move up and down through the lines and fill list items with M-q also when staying on column 0. Now I have to move right at least until the item body starts which is less comfortable for me. Is there a reason why this should not be possible any more between column 0 and the item body start? Michael