diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-01-29 00:43:16 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-01-29 00:43:16 -0500 |
commit | 3a831278a5209cfc6f76b29831128d208a72ed83 (patch) | |
tree | 9ba5508f4dddde738f36ac89ef43c17cf198a0d9 /bog.el | |
parent | 93f8d6e415d03a6c9297d8a02fb7e4b8e67dd05a (diff) | |
download | bog-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.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |