diff options
author | jao <jao@gnu.org> | 2022-06-19 04:43:00 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-19 04:43:00 +0100 |
commit | 1bcd011d9bc1eff669e8167b5c1100824b175c15 (patch) | |
tree | f9f81ceb820b6564e97c59c8dc42a3fcda5cd4ef /lib | |
parent | f74cddafe5f2d5df33fbf81815c7e024d8c7a10d (diff) | |
download | elibs-1bcd011d9bc1eff669e8167b5c1100824b175c15.tar.gz elibs-1bcd011d9bc1eff669e8167b5c1100824b175c15.tar.bz2 |
little fix for jao-org-notes-backlinks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/doc/jao-org-notes.el | 2 |
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 () |