Variable: org-roam-extract-new-file-path

org-roam-extract-new-file-path is a customizable variable defined in org-roam-node.el.

Value

"%<%Y%m%d%H%M%S>-${slug}.org"

Documentation

The file path template to use when a node is extracted to its own file.

This path is relative to org-roam-directory.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-node.el
(defcustom org-roam-extract-new-file-path "%<%Y%m%d%H%M%S>-${slug}.org"
  "The file path template to use when a node is extracted to its own file.
This path is relative to `org-roam-directory'."
  :group 'org-roam
  :type 'string)