From 1bcd011d9bc1eff669e8167b5c1100824b175c15 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 19 Jun 2022 04:43:00 +0100 Subject: little fix for jao-org-notes-backlinks --- lib/doc/jao-org-notes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/doc') diff --git a/lib/doc/jao-org-notes.el b/lib/doc/jao-org-notes.el index c13899f..f285a71 100644 --- a/lib/doc/jao-org-notes.el +++ b/lib/doc/jao-org-notes.el @@ -149,7 +149,7 @@ (defun jao-org-notes-backlinks () "Show a list of note files linking to the current one." (interactive) - (jao-org-notes-search (concat "\\[\\[file:\\(.*/\\)?" (buffer-name)))) + (jao-org--grep (concat "\\[\\[file:\\(.*/\\)?" (buffer-name)))) ;;;###autoload (defun jao-org-notes-insert-tags () -- cgit v1.2.3