From ef9dea95ae0e9738e1ccf89e5d6f2cc1d0a6b991 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Mon, 9 Jan 2023 17:58:21 +0100 Subject: [PATCH] Fix directory root here as well. --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.el b/publish.el index 4b7aa29..a61d25c 100755 --- a/publish.el +++ b/publish.el @@ -30,9 +30,9 @@ (setq org-html-head-include-default-style nil) (setq org-publish-project-alist '(("tlakh" - :base-directory "/var/www/htdocs/" + :base-directory "/var/www/sha256.net/" :publishing-function org-html-publish-to-html - :publishing-directory "/var/www/htdocs/" + :publishing-directory "/var/www/sha256.net/" :section-numbers nil :with-author nil :with-email nil