org: better display for CSV tables

* doc/org/.dir-locals.el.in,
doc/org/init.el.in (org-html-table-header-tags): Define.
* doc/org/spot.css: Style the tables.
This commit is contained in:
Alexandre Duret-Lutz 2019-04-16 23:20:51 +02:00
parent 8a96828d85
commit 14f5d1ec65
3 changed files with 8 additions and 0 deletions

View file

@ -107,6 +107,8 @@
</div>")
(setq org-export-html-postamble nil)
(setq org-html-table-header-tags
'("<th scope=\"%s\"%s><div><span>" . "</span></div></th>"))
(defun spot-publish-sitemap (title list)
"Same as org-publish-sitemap-default except it adds the SETUPFILE."