aboutsummaryrefslogtreecommitdiff
path: root/org-maint.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-09-30 19:03:16 -0400
committerKyle Meyer <kyle@kyleam.com>2021-09-30 19:03:16 -0400
commite261813406e8c41ab86bd79fe2f0f8e25a999b0f (patch)
tree52bce3fae1f6b1888e71545feca8d7672674fc0c /org-maint.el
parentbe205242231787c0fae2a460a2ed65d2fd60d3fd (diff)
downloadorgmode-backport-notes-e261813406e8c41ab86bd79fe2f0f8e25a999b0f.tar.gz
org-maint-check-for-new: Widen schema pathspec
The spefici files changed with Emac's f1f351def3 (Update rnc to use Open Document's Relax-NG schema to version 1.3, 2021-03-25), ported in afb948e57. Just err on the side of false positives and flag anything in that directory that changes.
Diffstat (limited to 'org-maint.el')
-rw-r--r--org-maint.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/org-maint.el b/org-maint.el
index 1e6a9da..fe411fe 100644
--- a/org-maint.el
+++ b/org-maint.el
@@ -87,8 +87,7 @@ checked is taken from the Org \"ref\" property."
"etc/ORG-NEWS"
"etc/org"
"etc/refcards/orgcard.tex"
- "etc/schema/od-manifest-schema-v1.2-os.rnc"
- "etc/schema/od-schema-v1.2-os.rnc"
+ "etc/schema/"
"lisp/org")
(display-buffer (current-buffer)))))