emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thomas Morgan <tlm@ziiuu.com>
To: emacs-orgmode@gnu.org
Subject: Bug: dragging a line in agenda moves following hidden lines
Date: Mon, 03 Feb 2014 16:32:15 -0500	[thread overview]
Message-ID: <878utrvq5c.fsf@algol.ziiuu.com> (raw)

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-<down>' 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

             reply	other threads:[~2014-02-03 21:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-03 21:32 Thomas Morgan [this message]
2014-02-04 10:39 ` Bug: dragging a line in agenda moves following hidden lines Bastien
2014-02-06  1:57   ` Thomas Morgan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878utrvq5c.fsf@algol.ziiuu.com \
    --to=tlm@ziiuu.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).