Benjamin Slade writes: > One potential solution would be an orgmode setup which produces > borderless tables with an "optimal width" column setting. I don't know > how to do this in orgmode though (or if it can be done currently). This feature is available only in my private repo. ---------------------------------------------------------------- If you are using Git see instructions at: http://lists.gnu.org/archive/html/emacs-orgmode/2013-12/msg00522.html (Search for "Download") Once you download and copy the ox-odt.el file, make sure you do M-x byte-compile-file to create .elc file. ---------------------------------------------------------------- If you are using ELPA see instructions at: http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00518.html (Search for "Untar") ---------------------------------------------------------------- 1. Identity where your styles files come from. Look at the *Messages* buffer for clue. 2. Open OrgOdtContentTemplate.xml and find a style named "CustomTableCell". Edit it so that it has no borders. Replace this with this: 3. Create a tables as below. ("GriddedTable" is part of C-h v `org-odt-table-styles'). WARNING: Don't try to understand the documentation. I don't it understand it myself. --8<---------------cut here---------------start------------->8---