Move obsolete function alias into "org-compat.el"

This commit is contained in:
Nicolas Goaziou 2019-02-25 13:46:41 +01:00
parent cc020dbe4d
commit d437c1b5de
2 changed files with 3 additions and 3 deletions

View File

@ -565,9 +565,6 @@ for the duration of the command.")
(org-columns-next-allowed-value) (org-columns-next-allowed-value)
(org-columns-edit-value "TAGS"))) (org-columns-edit-value "TAGS")))
(define-obsolete-variable-alias 'org-agenda-overriding-columns-format
'org-overriding-columns-format "Org 9.2.2")
(defvar org-overriding-columns-format nil (defvar org-overriding-columns-format nil
"When set, overrides any other format definition for the agenda. "When set, overrides any other format definition for the agenda.
Don't set this, this is meant for dynamic scoping. Set Don't set this, this is meant for dynamic scoping. Set

View File

@ -434,6 +434,9 @@ use of this function is for the stuck project list."
(define-obsolete-variable-alias 'org-texinfo-def-table-markup (define-obsolete-variable-alias 'org-texinfo-def-table-markup
'org-texinfo-table-default-markup "Org 9.1") 'org-texinfo-table-default-markup "Org 9.1")
(define-obsolete-variable-alias 'org-agenda-overriding-columns-format
'org-overriding-columns-format "Org 9.2.2")
;; The function was made obsolete by commit 65399674d5 of 2013-02-22. ;; The function was made obsolete by commit 65399674d5 of 2013-02-22.
;; This make-obsolete call was added 2016-09-01. ;; This make-obsolete call was added 2016-09-01.
(make-obsolete 'org-capture-import-remember-templates (make-obsolete 'org-capture-import-remember-templates