Variable: org-odt-table-style-format

org-odt-table-style-format is a variable defined in ox-odt.el.gz.

Value

"\n<style:style style:name=\"%s\" style:family=\"table\">\n  <style:table-properties style:rel-width=\"%s%%\" fo:margin-top=\"0cm\" fo:margin-bottom=\"0.20cm\" table:align=\"center\"/>\n</style:style>\n"

Documentation

Template for auto-generated Table styles.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
(defconst org-odt-table-style-format
  "
<style:style style:name=\"%s\" style:family=\"table\">
  <style:table-properties style:rel-width=\"%s%%\" fo:margin-top=\"0cm\" fo:margin-bottom=\"0.20cm\" table:align=\"center\"/>
</style:style>
"
  "Template for auto-generated Table styles.")