aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/publish.el b/publish.el
index 640e50e..9a0aebb 100644
--- a/publish.el
+++ b/publish.el
@@ -30,7 +30,7 @@
:base-directory "org/"
:base-extension "css\\|html\\|xhtml\\|py\\|png\\|jpg\\|gif\\|cgi\\|key"
:include ("blog/feed.xml")
- :exclude "template.xhtml"
+ :exclude ".template\.xhtml"
:publishing-directory "xhtml/"
:recursive t
:publishing-function org-publish-attachment
@@ -38,7 +38,7 @@
("gopher-notes"
:base-directory "org/"
:base-extension "org"
- :exclude "404.org\\|index.org"
+ :exclude "404\.org\\|index\.org"
:publishing-directory "gopher/"
:recursive t
:publishing-function org-ascii-publish-to-ascii