Remove org->html builder in the docs

This commit is contained in:
Sameer Rahmani 2022-06-29 02:20:10 +01:00
parent 32bb579ac8
commit 960edff0a4
1 changed files with 0 additions and 14 deletions

View File

@ -366,20 +366,6 @@ Not pages."
:html-format-headline-function headline-format
:makeindex nil)
("org->html"
:base-directory ,stage1-dir
:base-extension "org"
:publishing-directory ,final-dir
:recursive t
:publishing-function org-html-publish-to-html
:headline-levels 4
;; :html-preamble ,(use-html "templates/header.html")
;; :html-postamble ,(use-html "templates/footer.html")
:html-link-home "/"
:html-head-include-default-style nil
:html-head-include-scripts nil
:makeindex nil)
("statics"
:base-directory ,stage1-dir
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|svg"