(docs): explain org-roam-file-exclude-regexp (#2458)

This commit is contained in:
adamoudad
2024-07-14 17:15:41 +09:00
committed by GitHub
parent 8e6938a39d
commit fdd834d9bf

View File

@ -138,7 +138,7 @@ responsibility to ensure that."
:group 'org-roam)
(defcustom org-roam-file-exclude-regexp (list org-attach-id-dir)
"Files matching this regular expression are excluded from the Org-roam."
"Files matching this regular expression or list of regular expressions are excluded from the Org-roam."
:type '(choice
(repeat
(string :tag "Regular expression matching files to ignore"))