From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastjan Trepca" Subject: Problems with moving items Date: Mon, 28 Jan 2008 21:44:19 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJaqB-00015m-Pw for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 15:44:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJaq7-0000yX-EC for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 15:44:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJaq7-0000yO-68 for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 15:44:23 -0500 Received: from py-out-1112.google.com ([64.233.166.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJaq6-0005Kp-S5 for emacs-orgmode@gnu.org; Mon, 28 Jan 2008 15:44:22 -0500 Received: by py-out-1112.google.com with SMTP id u52so2001695pyb.1 for ; Mon, 28 Jan 2008 12:44:19 -0800 (PST) Content-Disposition: inline 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, After I upgraded my old 5.17 with 5.19 version it started to move too much spaces when I used archive, move or any other feature that uses it. Lets say we have this list: * hehe ** TODO hehe1 ** TODO hehe2 ** TODO hehe3 Now we archive "hehe2". This is what you get: * hehe ** TODO hehe1 ** TODO hehe3 Is this a feature or a bug? Thanks, Sebastjan