branch: externals/denote-org
commit 24b509a2ac74cab8b3dcde6a399acf5f6a150679
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use new name to make the backlinks buffer in 
denote-org-backlinks-for-heading
---
 denote-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-org.el b/denote-org.el
index 36920f445e..df0231a085 100644
--- a/denote-org.el
+++ b/denote-org.el
@@ -214,7 +214,7 @@ Also see `denote-org-link-to-heading'."
   (interactive)
   (when-let* ((heading-id (denote-org--get-file-id-and-heading-id-or-context))
               (heading-text (substring-no-properties 
(denote-link-ol-get-heading))))
-    (denote-link--prepare-backlinks heading-id ".*\\.org" 
(denote-org--get-backlinks-buffer-name heading-text))))
+    (denote-make-links-buffer heading-id ".*\\.org" 
(denote-org--get-backlinks-buffer-name heading-text))))
 
 ;;;; Extract subtree into its own note
 

Reply via email to