orgweb/.dir-locals.el

30 lines
1.1 KiB
EmacsLisp
Raw Normal View History

2012-06-21 21:24:54 +02:00
((nil
. ((org-export-html-inline-images . t)
(org-export-htmlize-output-type . css)
(org-publish-use-timestamps-flag . nil)
(org-confirm-babel-evaluate . nil)
2012-06-21 21:24:54 +02:00
(org-publish-project-alist
. (("oni-files"
2013-01-18 23:23:02 +01:00
:base-directory "~/projects/orgweb/site/"
:publishing-directory "~/projects/orgweb/_publish/"
2012-06-21 21:24:54 +02:00
:recursive t
:base-extension "css\\|png"
:publishing-function org-publish-attachment)
("oni-org"
2013-01-18 23:23:02 +01:00
:base-directory "~/projects/orgweb/site/"
:publishing-directory "~/projects/orgweb/_publish/"
2012-06-21 21:24:54 +02:00
:recursive t
:base-extension "org"
:publishing-function org-publish-org-to-html
:section-numbers nil
:style-include-default nil
:author-info nil
2013-01-11 01:16:41 +01:00
:creator-info t
2013-04-01 14:59:51 +02:00
:style "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://ryuslash.org/stylesheet.css\" />"
:link-up "../"
:link-home "http://ryuslash.org")
2012-06-21 21:24:54 +02:00
("oni"
:components ("oni-org" "oni-files"))))
2012-07-01 15:07:39 +02:00
(org-link-abbrev-alist
. (("emacs" . "http://www.gnu.org/software/emacs/"))))))