summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-27 21:44:11 +0200
committerGravatar Tom Willemsen2012-07-27 21:44:11 +0200
commit47e5ce1c7a9bd63d90c7c6a7875b44e898ed598b (patch)
treedcd1fb7dee9edc6dc76ea2610abb5b394be77998 /.dir-locals.el
parentb897e3e23922971b5c5035b39c06c3567c9b33c4 (diff)
downloadorgweb-47e5ce1c7a9bd63d90c7c6a7875b44e898ed598b.tar.gz
orgweb-47e5ce1c7a9bd63d90c7c6a7875b44e898ed598b.zip
Remove old comments, show TOC on blog
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 72efa56..80e5aca 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -4,8 +4,6 @@
(org-publish-project-alist
. (("oni-blog"
:base-directory "~/code/projects/orgweb/blog/"
- ;; :publishing-directory "/ssh:ryuslash@ninthfloor.org:public_html/blog/"
- ;; :publishing-directory "/ssh:ryuslash@ssh.alwaysdata.com:www/org/blog/"
:publishing-directory "/ssh:slash@ryuslash.org:/srv/http/blog/"
:base-extension "org"
:publishing-function org-publish-org-to-blog
@@ -15,7 +13,6 @@
:blog-url "http://ryuslash.ninth.su/blog/"
:index-title "oni blog"
:recursive nil
- :table-of-contents nil
:section-numbers nil
:style-include-default nil
:author-info nil
@@ -23,16 +20,12 @@
:style "<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheet.css\" />")
("oni-files"
:base-directory "~/code/projects/orgweb/site/"
- ;; :publishing-directory "/ssh:ryuslash@ninthfloor.org:public_html/"
- ;; :publishing-directory "/ssh:ryuslash@ssh.alwaysdata.com:www/org/"
:publishing-directory "/ssh:slash@ryuslash.org:/srv/http/"
:recursive t
:base-extension "css\\|png"
:publishing-function org-publish-attachment)
("oni-org"
:base-directory "~/code/projects/orgweb/site/"
- ;; :publishing-directory "/ssh:ryuslash@ninthfloor.org:public_html/"
- ;; :publishing-directory "/ssh:ryuslash@ssh.alwaysdata.com:www/org/"
:publishing-directory "/ssh:slash@ryuslash.org:/srv/http/"
:recursive t
:base-extension "org"