diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |