summaryrefslogtreecommitdiffhomepage
path: root/lib/doc
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-19 04:43:00 +0100
committerjao <jao@gnu.org>2022-06-19 04:43:00 +0100
commit1bcd011d9bc1eff669e8167b5c1100824b175c15 (patch)
treef9f81ceb820b6564e97c59c8dc42a3fcda5cd4ef /lib/doc
parentf74cddafe5f2d5df33fbf81815c7e024d8c7a10d (diff)
downloadelibs-1bcd011d9bc1eff669e8167b5c1100824b175c15.tar.gz
elibs-1bcd011d9bc1eff669e8167b5c1100824b175c15.tar.bz2
little fix for jao-org-notes-backlinks
Diffstat (limited to 'lib/doc')
-rw-r--r--lib/doc/jao-org-notes.el2
1 files changed, 1 insertions, 1 deletions
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 ()