2012-06-21 21:24:54 +02:00
|
|
|
((nil
|
|
|
|
. ((org-export-html-inline-images . t)
|
|
|
|
(org-export-htmlize-output-type . css)
|
2012-12-10 02:15:39 +01:00
|
|
|
(org-publish-use-timestamps-flag . nil)
|
|
|
|
(org-confirm-babel-evaluate . nil)
|
2012-06-21 21:24:54 +02:00
|
|
|
(org-publish-project-alist
|
2012-12-10 02:15:39 +01:00
|
|
|
. (("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
|
|
|
|
:style "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://ryuslash.org/main.css\" />"
|
2012-12-10 02:15:39 +01:00
|
|
|
:link-up "../"
|
|
|
|
:link-home "http://ryuslash.org")
|
2012-06-21 21:24:54 +02:00
|
|
|
("oni"
|
2012-12-10 02:15:39 +01:00
|
|
|
:components ("oni-org" "oni-files"))))
|
2012-07-01 15:07:39 +02:00
|
|
|
(org-link-abbrev-alist
|
|
|
|
. (("emacs" . "http://www.gnu.org/software/emacs/"))))))
|