[fix] change missing function name

This commit is contained in:
SouthFox 2024-10-14 23:56:52 +08:00
parent 0a4eafbf61
commit 25cbee85d1

View file

@ -222,7 +222,7 @@
(defun my/org-roam-list-notes-by-tag (tag-name)
(mapcar #'org-roam-node-file
(seq-filter
(daviwil/org-roam-filter-by-tag tag-name)
(my/org-roam-filter-by-tag tag-name)
(org-roam-node-list))))
(defun my/org-roam-export-all ()