summaryrefslogtreecommitdiffstats
path: root/emacs.d/50-org-projects.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-06-11 19:51:08 +0200
committerGravatar Tom Willemsen2011-06-11 19:51:08 +0200
commit503e99197f45d7142d138bc878f36868d580efa8 (patch)
tree8960bb9ae181ddccd2d3b414cb31fb4d6bcf1311 /emacs.d/50-org-projects.el
parenta7dd6805b2de1828e14767e267e7d72a0392644e (diff)
downloaddotfiles-503e99197f45d7142d138bc878f36868d580efa8.tar.gz
dotfiles-503e99197f45d7142d138bc878f36868d580efa8.zip
EMACS: init file is once again one big file
Diffstat (limited to 'emacs.d/50-org-projects.el')
-rw-r--r--emacs.d/50-org-projects.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs.d/50-org-projects.el b/emacs.d/50-org-projects.el
deleted file mode 100644
index 72c271d..0000000
--- a/emacs.d/50-org-projects.el
+++ /dev/null
@@ -1,13 +0,0 @@
-(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")))