emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 589cc0732e 2/2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 589cc0732e 2/2: Merge branch 'bugfix'
Date: Sun, 30 Jan 2022 02:57:50 -0500 (EST)

branch: externals/org
commit 589cc0732e49537fdbc7b98ef3fec304d918d365
Merge: 2b49d6fd9c 1b675f0ca8
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    Merge branch 'bugfix'
---
 lisp/org-agenda.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 3a6a4c1b96..6b78299d5b 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7743,7 +7743,7 @@ When TYPE is \"scheduled\", \"deadline\", \"timestamp\" or
 \"timestamp_ia\", compare within each of these type.  When TYPE
 is the empty string, compare all timestamps without respect of
 their type."
-  (let* ((def (and (not org-agenda-sort-notime-is-late) -1))
+  (let* ((def (if org-agenda-sort-notime-is-late 99999999 -1))
         (ta (or (and (string-match type (or (get-text-property 1 'type a) ""))
                      (get-text-property 1 'ts-date a))
                 def))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]