aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 01f4779..ffc6981 100644
--- a/publish.el
+++ b/publish.el
@@ -136,7 +136,7 @@
:html-wrap-src-lines t
:with-toc nil
:recursive t
- :publishing-directory "~/public_html/dotfiles/index.html"
+ :publishing-directory "~/public_html/dotfiles"
:publishing-function org-html-publish-to-html
:headline-levels 4
:auto-preamble t)