Browse Source

Move obsolete aliases into "org-compat.el"

Nicolas Goaziou 5 years ago
parent
commit
a63073ec04
2 changed files with 6 additions and 4 deletions
  1. 0 4
      lisp/org-agenda.el
  2. 6 0
      lisp/org-compat.el

+ 0 - 4
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

+ 6 - 0
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