From 4ca1a2173a49cb73eb5ad5385ead6b45f8e9cb43 Mon Sep 17 00:00:00 2001
From: jethrokuan
Date: Tue, 18 Aug 2020 08:17:32 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20c3386?=
=?UTF-8?q?7e6bc282ff0a69d4ef4a020db82604039bb=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manual/Directories-and-Files.html | 4 ++++
org-roam.org | 4 ++++
org-roam.texi | 5 +++++
3 files changed, 13 insertions(+)
diff --git a/manual/Directories-and-Files.html b/manual/Directories-and-Files.html
index 6ccceee..42d3028 100644
--- a/manual/Directories-and-Files.html
+++ b/manual/Directories-and-Files.html
@@ -84,6 +84,10 @@ database is saved here.
It is the user’s responsibility to set this correctly, especially when used
with multiple Org-roam instances.
+
+ Variable: org-roam-file-exclude-regexp
+
+Files matching this regular expression are excluded from the Org-roam.
diff --git a/org-roam.org b/org-roam.org
index 0df331f..faaec2c 100644
--- a/org-roam.org
+++ b/org-roam.org
@@ -513,6 +513,10 @@ This section concerns the placement and creation of files.
It is the user’s responsibility to set this correctly, especially when used
with multiple Org-roam instances.
+- Variable: org-roam-file-exclude-regexp
+
+ Files matching this regular expression are excluded from the Org-roam.
+
** The Org-roam Buffer
The Org-roam buffer displays backlinks for the currently active Org-roam note.
diff --git a/org-roam.texi b/org-roam.texi
index 8f57d5d..22e9d99 100644
--- a/org-roam.texi
+++ b/org-roam.texi
@@ -731,6 +731,11 @@ database is saved here.
It is the user’s responsibility to set this correctly, especially when used
with multiple Org-roam instances.
+
+@item
+Variable: org-roam-file-exclude-regexp
+
+Files matching this regular expression are excluded from the Org-roam.
@end itemize
@node The Org-roam Buffer