diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 1752c6f47..1175cb408 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -1892,9 +1892,7 @@ Assume sexps have been marked with (if jump-to-captured '(:jump-to-captured t))))) org-remember-templates)))) -;;; The function was made obsolete by commit 65399674d5 of -;;; 2013-02-22. This make-obsolete call was added 2016-09-01. -(make-obsolete 'org-capture-import-remember-templates "use the `org-capture-templates' variable instead." "Org 9.0") + (provide 'org-capture) diff --git a/lisp/org-compat.el b/lisp/org-compat.el index e1d40369f..8803c21fd 100644 --- a/lisp/org-compat.el +++ b/lisp/org-compat.el @@ -293,6 +293,12 @@ See `org-link-parameters' for documentation on the other parameters." (define-obsolete-function-alias 'org-babel-number-p 'org-babel--string-to-number "Org 9.0") +;;; The function was made obsolete by commit 65399674d5 of 2013-02-22. +;;; This make-obsolete call was added 2016-09-01. +(make-obsolete 'org-capture-import-remember-templates + "use the `org-capture-templates' variable instead." + "Org 9.0") + ;;;; Obsolete link types