summaryrefslogtreecommitdiffstats
path: root/emacs.d/50-org-projects.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-17 11:23:07 +0100
committerGravatar Tom Willemsen2011-03-17 11:23:07 +0100
commit57366f385a2f1f35bbe741d7542096db81368c72 (patch)
tree0313b707c3a472aec1c857dd75a4ad56cba7f747 /emacs.d/50-org-projects.el
parenta502df33cea9806665f550d93999d89585269e93 (diff)
downloaddotfiles-57366f385a2f1f35bbe741d7542096db81368c72.tar.gz
dotfiles-57366f385a2f1f35bbe741d7542096db81368c72.zip
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.
Diffstat (limited to 'emacs.d/50-org-projects.el')
-rw-r--r--emacs.d/50-org-projects.el13
1 files changed, 13 insertions, 0 deletions
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")))