aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-07 22:53:21 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-07 22:53:21 -0500
commitbf375dd74b2ddefdf07e9017f8f7257025667d77 (patch)
tree379cf906c417290957b3dc9e01514f0e735ef27d /publish.el
parent570784afb3297158094e3f287138d570154790ec (diff)
fix dumb mass-edit issue
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 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)