fix indent
This commit is contained in:
parent
2034e94d7e
commit
9552fa6018
31
publish.el
31
publish.el
@ -28,21 +28,22 @@
|
|||||||
(setq org-html-validation-link nil)
|
(setq org-html-validation-link nil)
|
||||||
(setq org-publish-project-alist
|
(setq org-publish-project-alist
|
||||||
'(("tlakh"
|
'(("tlakh"
|
||||||
:base-directory "/var/www/htdocs/"
|
:base-directory "/var/www/htdocs/"
|
||||||
:publishing-function org-html-publish-to-html
|
:publishing-function org-html-publish-to-html
|
||||||
:publishing-directory "/var/www/htdocs/"
|
:publishing-directory "/var/www/htdocs/"
|
||||||
:section-numbers nil
|
:section-numbers nil
|
||||||
:with-author nil
|
:with-author nil
|
||||||
:with-email nil
|
:with-email nil
|
||||||
:with-timestamps nil
|
:with-timestamps nil
|
||||||
:with-toc nil
|
:with-toc nil
|
||||||
:with-creator: nil
|
:with-creator: nil
|
||||||
|
:time-stamp-file: nil
|
||||||
:html-head-include-default-style: nil
|
:html-head-include-default-style: nil
|
||||||
:html-head "<link rel=\"stylesheet\"
|
:html-head "<link rel=\"stylesheet\"
|
||||||
href=\"simple.min.css\"
|
href=\"simple.min.css\"
|
||||||
type=\"text/css\"/>
|
type=\"text/css\"/>
|
||||||
<link rel=\"stylesheet\"
|
<link rel=\"stylesheet\"
|
||||||
href=\"htmlize.css\"
|
href=\"htmlize.css\"
|
||||||
type=\"text/css\"/>")))
|
type=\"text/css\"/>")))
|
||||||
|
|
||||||
(org-publish "tlakh")
|
(org-publish "tlakh")
|
||||||
|
Loading…
Reference in New Issue
Block a user