Function: org-odt-table-style-spec

org-odt-table-style-spec is a byte-compiled function defined in ox-odt.el.gz.

Signature

(org-odt-table-style-spec ELEMENT INFO)

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
;;;; Table Cell

(defun org-odt-table-style-spec (element info)
  (let* ((table (org-export-get-parent-table element))
	 (table-attributes (org-export-read-attribute :attr_odt table))
	 (table-style (plist-get table-attributes :style)))
    (assoc table-style (plist-get info :odt-table-styles))))