Variable: org-roam-graph-filetype

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

Value

"svg"

Documentation

File type to generate when producing graphs.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-graph.el
(defcustom org-roam-graph-filetype "svg"
  "File type to generate when producing graphs."
  :type 'string
  :group 'org-roam)