From bf375dd74b2ddefdf07e9017f8f7257025667d77 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 22:53:21 -0500 Subject: fix dumb mass-edit issue --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'publish.el') 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) -- cgit v1.2.3