I have my org-roam-graph-exclude-matcher
set up like so:
(setq org-roam-graph-exclude-matcher '("index" "recentchanges"))
If I run org-roam-graph
with no arguments, the graph excludes the nodes.
If I run org-roam-graph
with the universal argument, to run on just the current file (as per https://github.com/org-roam/org-roam/blob/master/org-roam-graph.el#L286) , these nodes aren’t excluded.
Is it possible for file-level graphs to also exclude the nodes in the exclude matcher?