From 57366f385a2f1f35bbe741d7542096db81368c72 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 Mar 2011 11:23:07 +0100 Subject: Big changes, last one before I wipe it all. * Added muse * Added graphviz-dot-mode * Remove all trailing whitespace on save. This is the last commit I'm going to do before throwing it all away again. --- emacs.d/50-org-projects.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 emacs.d/50-org-projects.el (limited to 'emacs.d/50-org-projects.el') diff --git a/emacs.d/50-org-projects.el b/emacs.d/50-org-projects.el new file mode 100644 index 0000000..72c271d --- /dev/null +++ b/emacs.d/50-org-projects.el @@ -0,0 +1,13 @@ +(require 'org-publish) +(setq org-publish-project-alist + '(("lxcoding-docs" + :base-directory "~/devel/lxcoding-docs/" + :base-extension "org" + :publishing-directory "~/lxcoding-docs-test/" + :recursive t + :publishing-function org-publish-org-to-html + :headline-levels + :auto-preamble t + :auto-sitemap t + :sitemap-filename "sitemap.org" + :sitemap-title "docs sitemap"))) -- cgit v1.2.3-54-g00ecf