aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index e708329..ef9e321 100644
--- a/publish.el
+++ b/publish.el
@@ -22,7 +22,9 @@
)
("org-static"
:base-directory "org/"
- :base-extension "css\\|html\\|xhtml\\|py\\|png\\|jpg\\|gif\\|cgi\\|rss"
+ :base-extension "css\\|html\\|xhtml\\|py\\|png\\|jpg\\|gif\\|cgi"
+ :include ("blog/feed.xml")
+ :exclude "template.xhtml"
:publishing-directory "xhtml/"
:recursive t
:publishing-function org-publish-attachment