summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-02-23 12:57:07 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-02-23 12:57:07 +0100
commita63073ec0460399e62b13adfe3a9c3c0871961b4 (patch)
tree8e3340f0de5bd42d39414d7c17675cdee8638908
parentee0dba64028c29edd31bc99ae40feb6e9b1bb8c6 (diff)
downloadorg-mode-a63073ec0460399e62b13adfe3a9c3c0871961b4.tar.gz
Move obsolete aliases into "org-compat.el"
-rw-r--r--lisp/org-agenda.el4
-rw-r--r--lisp/org-compat.el6
2 files changed, 6 insertions, 4 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 2be5d1e..6ab4297 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1642,8 +1642,6 @@ part of an agenda sorting strategy."
:group 'org-agenda-sorting
:type 'symbol)
-(define-obsolete-variable-alias 'org-sort-agenda-notime-is-late
- 'org-agenda-sort-notime-is-late "9.4")
(defcustom org-agenda-sort-notime-is-late t
"Non-nil means items without time are considered late.
This is only relevant for sorting. When t, items which have no explicit
@@ -1654,8 +1652,6 @@ agenda entries."
:group 'org-agenda-sorting
:type 'boolean)
-(define-obsolete-variable-alias 'org-sort-agenda-noeffort-is-high
- 'org-agenda-sort-noeffort-is-high "9.4")
(defcustom org-agenda-sort-noeffort-is-high t
"Non-nil means items without effort estimate are sorted as high effort.
This also applies when filtering an agenda view with respect to the
diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index 7cd0443..27793cb 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -631,6 +631,12 @@ use of this function is for the stuck project list."
(define-obsolete-function-alias 'org-babel-strip-quotes
'org-strip-quotes "Org 9.2")
+(define-obsolete-variable-alias 'org-sort-agenda-notime-is-late
+ 'org-agenda-sort-notime-is-late "9.4")
+
+(define-obsolete-variable-alias 'org-sort-agenda-noeffort-is-high
+ 'org-agenda-sort-noeffort-is-high "9.4")
+
;;;; Obsolete link types
(eval-after-load 'ol