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-publish-project-alist
|
||||
'(("tlakh"
|
||||
:base-directory "/var/www/htdocs/"
|
||||
:publishing-function org-html-publish-to-html
|
||||
:publishing-directory "/var/www/htdocs/"
|
||||
:section-numbers nil
|
||||
:with-author nil
|
||||
:with-email nil
|
||||
:with-timestamps nil
|
||||
:with-toc nil
|
||||
:with-creator: nil
|
||||
:base-directory "/var/www/htdocs/"
|
||||
:publishing-function org-html-publish-to-html
|
||||
:publishing-directory "/var/www/htdocs/"
|
||||
:section-numbers nil
|
||||
:with-author nil
|
||||
:with-email nil
|
||||
:with-timestamps nil
|
||||
:with-toc nil
|
||||
:with-creator: nil
|
||||
:time-stamp-file: nil
|
||||
:html-head-include-default-style: nil
|
||||
:html-head "<link rel=\"stylesheet\"
|
||||
href=\"simple.min.css\"
|
||||
type=\"text/css\"/>
|
||||
<link rel=\"stylesheet\"
|
||||
href=\"htmlize.css\"
|
||||
type=\"text/css\"/>")))
|
||||
:html-head "<link rel=\"stylesheet\"
|
||||
href=\"simple.min.css\"
|
||||
type=\"text/css\"/>
|
||||
<link rel=\"stylesheet\"
|
||||
href=\"htmlize.css\"
|
||||
type=\"text/css\"/>")))
|
||||
|
||||
(org-publish "tlakh")
|
||||
|
Loading…
Reference in New Issue
Block a user