From 8042d700bc6484a441638f4728dad9419f85aaf2 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 19:58:06 -0500 Subject: idk --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.el b/publish.el index 185f391..6eda442 100644 --- a/publish.el +++ b/publish.el @@ -86,7 +86,7 @@ :base-directory "~/blog/" :base-extension "org" :recursive t - :exclude (regexp-opt '("rss.org" "index.org")) + :exclude "\\(?:\\(?:index\\|rss\\)\\.org\\)" :publishing-function my/org-rss-publish-to-rss :publishing-directory "~/public_html" :rss-extension "xml" -- cgit v1.2.3