emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] Upcoming deadlines sorted in reverse order
@ 2016-11-29 20:17 Matt Lundin
  2016-11-29 23:26 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Lundin @ 2016-11-29 20:17 UTC (permalink / raw)
  To: Org Mode

With commit 9299efa3519b3ef3191e8dc06a4466696c720f6c, upcoming deadlines
in the agenda are sorted in reverse order, with more distant deadlines
appearing first and imminent and overdue deadlines appearing last.

Running emacs -Q and using the following org file...

* An overdue deadline 
  DEADLINE: <2016-11-27 Sun 17:00>
* A close deadline 
  DEADLINE: <2016-11-30 Wed 17:00>
* A more distant deadline 
  DEADLINE: <2016-12-06 Tue 17:00>

...I find that the agenda produces this...

Day-agenda (W48):
Tuesday    29 November 2016
  test:       In   7 d.:  A more distant deadline
  test:       In   1 d.:  A close deadline
  test:        2 d. ago:  An overdue deadline

The expected (and traditional) behavior is this...

Day-agenda (W48):
Tuesday    29 November 2016
  test:        2 d. ago:  An overdue deadline
  test:       In   1 d.:  A close deadline
  test:       In   7 d.:  A more distant deadline

Thanks,
Matt

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BUG] Upcoming deadlines sorted in reverse order
  2016-11-29 20:17 [BUG] Upcoming deadlines sorted in reverse order Matt Lundin
@ 2016-11-29 23:26 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-11-29 23:26 UTC (permalink / raw)
  To: Org Mode

Hello,

Matt Lundin <mdl@imapmail.org> writes:

> With commit 9299efa3519b3ef3191e8dc06a4466696c720f6c, upcoming deadlines
> in the agenda are sorted in reverse order, with more distant deadlines
> appearing first and imminent and overdue deadlines appearing last.
>
> Running emacs -Q and using the following org file...
>
> * An overdue deadline 
>   DEADLINE: <2016-11-27 Sun 17:00>
> * A close deadline 
>   DEADLINE: <2016-11-30 Wed 17:00>
> * A more distant deadline 
>   DEADLINE: <2016-12-06 Tue 17:00>
>
> ...I find that the agenda produces this...
>
> Day-agenda (W48):
> Tuesday    29 November 2016
>   test:       In   7 d.:  A more distant deadline
>   test:       In   1 d.:  A close deadline
>   test:        2 d. ago:  An overdue deadline
>
> The expected (and traditional) behavior is this...
>
> Day-agenda (W48):
> Tuesday    29 November 2016
>   test:        2 d. ago:  An overdue deadline
>   test:       In   1 d.:  A close deadline
>   test:       In   7 d.:  A more distant deadline

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-29 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29 20:17 [BUG] Upcoming deadlines sorted in reverse order Matt Lundin
2016-11-29 23:26 ` Nicolas Goaziou

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).