Age | Commit message (Collapse) | Author |
|
SVG image export works correctly out of the box in org.
* build-website.el (org-html--svg-image): Delete function.
|
|
* build-website.el (org-html--svg-image): Override to export svg using
an img tag instead of an object tag.
|
|
* build-website.el (org-html-head): Add minimal CSS.
|
|
* build-website.el (org-html-head-include-default-style,
org-html-head-include-scripts): Set to nil.
|
|
* Makefile.am (website, website/index.html): Add build targets.
(clean-local): Add clean target.
* build-website.el: New file.
|