aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
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"