From 3d3eb699e39584ef64522471fcb5765e7af4bc6c Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 21:16:30 -0500 Subject: remove unused files --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index ff8cac4..0de0b0e 100644 --- a/publish.el +++ b/publish.el @@ -54,7 +54,7 @@ (setq org-publish-project-alist '( - ("org-notes" + ("org-core" :base-directory "~/website/" :base-extension "org" :publishing-directory "~/public_html/" @@ -119,5 +119,5 @@ :publishing-function org-html-publish-to-html :headline-levels 4 :auto-preamble t) - ("org" :components ("org-notes" "org-static" "org-config")))) + ("org" :components ("org-core" "org-static" "org-config" "org-blog" "org-rss")))) (org-publish-all t) -- cgit v1.2.3