From ba835ef6242caf23e60ab9de1aaf1f25d7e5841f Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 29 Mar 2020 17:12:33 +0800 Subject: [PATCH] (fix): Add alias for 'org-roam--capture-get-point (#370) This ensures custom templates don't break --- org-roam-capture.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-roam-capture.el b/org-roam-capture.el index 4326c1e..23a2582 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -233,6 +233,8 @@ the file if the original value of :no-save is not t and (or (s--aget org-roam-capture--info key) (completing-read (format "%s: " key ) nil))) nil))) +(defalias 'org-roam--capture-get-point 'org-roam-capture--get-point) +(make-obsolete 'org-roam--capture-get-point 'org-roam-capture--get-point "2020/03/29") (defun org-roam-capture--get-point () "Return exact point to file for org-capture-template. The file to use is dependent on the context: