aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el4
1 files changed, 2 insertions, 2 deletions
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)