diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |