From 3a831278a5209cfc6f76b29831128d208a72ed83 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 29 Jan 2015 00:43:16 -0500 Subject: Replace old version of a renamed function These should have been updated with commit ecf7cb67ae95cbd5031ecea6600395453dda3621. --- bog.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bog.el') diff --git a/bog.el b/bog.el index 60e6ab0..85de570 100644 --- a/bog.el +++ b/bog.el @@ -833,7 +833,7 @@ If the citekey file prompt is slow to appear, consider enabling `bog-use-citekey-cache'." (interactive "P") (let* ((citekey (bog-citekey-from-point-or-all-headings no-context)) - (marker (bog--find-exact-heading-in-notes citekey))) + (marker (bog--find-citekey-heading-in-notes citekey))) (if marker (with-current-buffer (marker-buffer marker) (save-excursion @@ -958,7 +958,7 @@ heading in any note file. Do the same if locating a citekey from context fails." (interactive "P") (let* ((citekey (bog-citekey-from-point-or-all-headings no-context)) - (marker (bog--find-exact-heading-in-notes citekey))) + (marker (bog--find-citekey-heading-in-notes citekey))) (if marker (with-current-buffer (marker-buffer marker) (org-with-wide-buffer -- cgit v1.2.3