From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Crouch Subject: org-sort-agenda-notime-is-late is mishandled in org-cmp-ts Date: Sun, 1 Dec 2013 12:12:43 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c24de820526e04ec7c2d5c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnAZu-0007dq-Kb for emacs-orgmode@gnu.org; Sun, 01 Dec 2013 12:13:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnAZt-0002sC-Nf for emacs-orgmode@gnu.org; Sun, 01 Dec 2013 12:13:06 -0500 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:58947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnAZt-0002s6-Gp for emacs-orgmode@gnu.org; Sun, 01 Dec 2013 12:13:05 -0500 Received: by mail-we0-f170.google.com with SMTP id w61so11158754wes.1 for ; Sun, 01 Dec 2013 09:13:04 -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 --001a11c24de820526e04ec7c2d5c Content-Type: text/plain; charset=ISO-8859-1 Bug report for 8.2.3c: When org-agenda-sorting-strategy is set to deadline-up (or similar values), the Global Todo list always places non-timestamped entries at the beginning, even when org-sort-agenda-notime-is-late is true. This is inconsistent with the behavior when org-agenda-sorting-strategy is time-up. I believe the problem is that the org-cmp-ts function copied a line from the older org-cmp-time function: (def (if org-sort-agenda-notime-is-late 9901 -1)) 9901 is later than all times of day, but not later than all date/time stamps. I am using org-mode version 8.2.3c / 20131125 from elpa on GNU Emacs 24.3.1 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00) of 2013-10-27 Please let me know if there are any other details I can provide. Thanks, Michael Crouch --001a11c24de820526e04ec7c2d5c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Bug report for 8.2.3c:
When org-agenda-sorting-strategy is set to deadline-up (or sim= ilar values), the Global Todo list always places non-timestamped entries at= the beginning, even when org-sort-agenda-notime-is-late is true.=A0 This i= s inconsistent with the behavior when org-agenda-sorting-strategy is time-u= p.

I believe the problem is that the org-cmp-ts function = copied a line from the older org-cmp-time function:
(def (if org-s= ort-agenda-notime-is-late 9901 -1))

9901 is later than all tim= es of day, but not later than all date/time stamps.

I am using org-mode version 8.2.3c / 20131125 from elpa on GNU Em= acs 24.3.1 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00) of 2013-10-= 27

Please let me know if there are any other details I can pro= vide.

Thanks,

Michael Crouch
--001a11c24de820526e04ec7c2d5c--