From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Newman Subject: Feature in org-move-item-down Date: Fri, 16 Mar 2007 23:15:03 -0400 Message-ID: <20070316231503.1ad23ec5@newmanfamily.me.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSLdb-0003iM-9D for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 19:15:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSLda-0003hN-EZ for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 19:15:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSLda-0003h7-3t for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 18:15:06 -0500 Received: from smtp1.enta.net ([62.249.192.219]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSLcO-0006az-W0 for emacs-orgmode@gnu.org; Fri, 16 Mar 2007 19:13:53 -0400 Received: from newmanfamily.me.uk (84-45-232-14.no-dns-yet.enta.net [84.45.232.14]) by smtp1.enta.net (Postfix) with ESMTP id 69D15125FBC for ; Fri, 16 Mar 2007 23:15:06 +0000 (GMT) Received: from newmanfamily.me.uk (localhost.localdomain [127.0.0.1]) by newmanfamily.me.uk (8.13.8/8.13.8) with ESMTP id l2H3F4sq003076 for ; Fri, 16 Mar 2007 23:15:05 -0400 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 It appears org-move-item-down treats blank lines as part of the preceding list item (whereas I use them to separate a list from subsequent text). So given - a test - b test - c test test with point on line b, M-x org-move-item-down gives - a test - c test - b test test Thanks -- Mike