Previous: , Up: Graphing   [Contents]


9.2 Excluding Nodes and Edges

One may want to exclude certain files to declutter the graph.

(setq org-roam-graph-exclude-matcher '("private" "dailies"))

This setting excludes all files whose path contain “private” or “dailies”.