(package-initialize) (require 'ox-publish) (setq org-publish-project-alist '(("pages" :base-directory "pages" :base-extension "org" :publishing-directory "site" :recursive t :publishing-function org-html-publish-to-html :html-head "" :html-prefer-user-labels t :html-mathjax-options nil :html-mathjax-template "" :with-toc nil :section-numbers nil :html-self-link-headlines t :html-postamble nil ) ("css" :base-directory "css" :base-extension "css" :publishing-directory "site/css" :publishing-function org-publish-attachment :recursive t ) ("all" :components ("pages" "css"))))