summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-29 00:43:16 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-29 00:43:16 -0500
commit3a831278a5209cfc6f76b29831128d208a72ed83 (patch)
tree9ba5508f4dddde738f36ac89ef43c17cf198a0d9 /bog.el
parent93f8d6e415d03a6c9297d8a02fb7e4b8e67dd05a (diff)
downloadbog-3a831278a5209cfc6f76b29831128d208a72ed83.tar.gz
Replace old version of a renamed function
These should have been updated with commit ecf7cb67ae95cbd5031ecea6600395453dda3621.
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el4
1 files changed, 2 insertions, 2 deletions
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