Variable: org-roam-graph-generation-hook

org-roam-graph-generation-hook is a customizable variable defined in org-roam-graph.el.

Value

nil

Documentation

Functions to run after the graph has been generated.

Each function is called with two arguments: the filename containing the graph generation tool, and the generated graph.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-graph.el
(defcustom org-roam-graph-generation-hook nil
  "Functions to run after the graph has been generated.
Each function is called with two arguments: the filename
containing the graph generation tool, and the generated graph."
  :type 'hook
  :group 'org-roam)