Nikolaos Chatzikonstantinou <nchatz...@gmail.com> writes: > When I set `org-html-table-default-attributes' it will not use those > attributes on my tables for HTML5 (it's documented). Is there a good > reason for this?
Hi, Nikolaos, Looks like this went unanswered. As you've probably found out in the meantime, table attributes like cellspacing have been deprecated in HTML5 in favor of CSS. Keeping them would cause validation errors. Yours, Christian