From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Morgan Subject: Bug: dragging a line in agenda moves following hidden lines Date: Mon, 03 Feb 2014 16:32:15 -0500 Message-ID: <878utrvq5c.fsf@algol.ziiuu.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAR80-0000oM-Gf for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 16:32:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAR7t-00023M-6Q for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 16:32:28 -0500 Received: from mail-qa0-f42.google.com ([209.85.216.42]:40472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAR7t-00021W-2G for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 16:32:21 -0500 Received: by mail-qa0-f42.google.com with SMTP id k4so11047633qaq.15 for ; Mon, 03 Feb 2014 13:32:19 -0800 (PST) Received: from algol.ziiuu.com (cpe-68-173-37-126.nyc.res.rr.com. [68.173.37.126]) by mx.google.com with ESMTPSA id l2sm60226605qae.19.2014.02.03.13.32.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Feb 2014 13:32:18 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, Org mode hackers, There seems to be a bug whereby dragging a line pulls along adjacent hidden lines. I'm using Org-mode version 8.2.5g (`release_8.2.5g-663-g24a213' @ `/src/org-mode/lisp/') and GNU Emacs 24.3.1 (`x86_64-unknown-linux-gnu', X toolkit, Xaw3d scroll bars) of 2013-09-24. I started Emacs with `emacs -Q -l setup.el' (file attached). This opened a day agenda view. ,---- | Day-agenda (W05): | Sunday 2 February 2014 | test-case: Scheduled: TODO Pick up package from post office :errands: | test-case: Scheduled: TODO Clean stovetop | test-case: Scheduled: TODO Buy water at store :errands: `---- I typed `/ TAB errands RET' to restrict it to items with the tag `errands'. The restricted view looked like this: ,---- | Day-agenda (W05): | Sunday 2 February 2014 | test-case: Scheduled: TODO Pick up package from post office :errands: | test-case: Scheduled: TODO Buy water at store :errands: `---- I moved point to the line containing "Pick up package" and typed `M-' to drag the line forward. ,---- | Day-agenda (W05): | Sunday 2 February 2014 | test-case: Scheduled: TODO Buy water at store :errands: | test-case: Scheduled: TODO Pick up package from post office :errands: `---- Then I typed `/ /' to remove the tag filter. I expected that the hidden line, "Clean stovetop", would remain in its position above "Buy water at store", like this: ,---- | Day-agenda (W05): | Sunday 2 February 2014 | test-case: Scheduled: TODO Clean stovetop | test-case: Scheduled: TODO Buy water at store :errands: | test-case: Scheduled: TODO Pick up package from post office :errands: `---- But in fact "Clean stovetop" had been dragged under "Buy water at store" along with "Pick up package". ,---- | Day-agenda (W05): | Sunday 2 February 2014 | test-case: Scheduled: TODO Buy water at store :errands: | test-case: Scheduled: TODO Pick up package from post office :errands: | test-case: Scheduled: TODO Clean stovetop `---- I think it would be more useful and intuitive for hidden lines not to be affected by dragging. Thanks, Thomas