;; activate debugging (setq debug-on-error t debug-on-signal nil debug-on-quit nil) ;; add latest org-mode to load path (add-to-list 'load-path (expand-file-name "~/syscfg/emacs/elpa/htmlize-20130207.120")) (setq org-src-preserve-indentation t) (setq org-publish-project-alist '( ("foobar" :base-directory "~/foobar" :base-extension "org" :publishing-directory "~/foobar/public_html" :publishing-function org-html-publish-to-html :section-numbers t :with-toc t :html-preamble t :html-head "" ) ) )