Variable: org-roam-file-extensions

org-roam-file-extensions is a customizable variable defined in org-roam.el.

Value

("org")

Documentation

List of file extensions to be included by Org-Roam.

While a file extension different from ".org" may be used, the file still needs to be an org-mode file, and it is the user's responsibility to ensure that.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam.el
(defcustom org-roam-file-extensions '("org")
  "List of file extensions to be included by Org-Roam.
While a file extension different from \".org\" may be used, the
file still needs to be an `org-mode' file, and it is the user's
responsibility to ensure that."
  :type '(repeat string)
  :group 'org-roam)