Variable: org-roam-graph-max-title-length

org-roam-graph-max-title-length is a customizable variable defined in org-roam-graph.el.

Value

100

Documentation

Maximum length of titles in graph nodes.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-graph.el
(defcustom org-roam-graph-max-title-length 100
  "Maximum length of titles in graph nodes."
  :type 'number
  :group 'org-roam)