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:
parent
8a96828d85
commit
14f5d1ec65
3 changed files with 8 additions and 0 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue