From f7c01f217b2776c3bf8b978b2492ee06be83c6a3 Mon Sep 17 00:00:00 2001 From: Aaron Ecay Date: Sat, 3 Sep 2016 02:11:18 +0100 Subject: [PATCH] Add obsolescence warning * lisp/org-capture.el (org-capture-import-remember-templates): Add obsolescence warning. --- lisp/org-capture.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 70111f975..a89d171ce 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -1893,6 +1893,9 @@ 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)