Graph nodes not excluded on file-level graphs

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?

2 Likes

I am interested in this topic as well. The current functionality seems like a bug, yes? Why should the excluded matches only be excluded from full-graph charts and not limited-graph charts?

Has the variable org-roam-graph-exclude-matcher been removed completely in Org Roam v2?

I have weekly / monthly files, instead of daily ones, and their presence anywhere in graph being graphed results in an immense expansion of the graph, beyond what I would personally desire.