Introduce org-odt-begin-table-cell and org-odt-end-table-cell
commite887881e1302a9bba8fda296ec8b4723269b2a76
authorJambunathan K <kjambunathan@gmail.com>
Thu, 1 Sep 2011 14:06:34 +0000 (1 19:36 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Thu, 1 Sep 2011 14:06:34 +0000 (1 19:36 +0530)
treec90231755c6db8d2a05a64cc46ff1ee29a46ed85
parentad3419180f3a452fe7264b01a130116a60425c66
Introduce org-odt-begin-table-cell and org-odt-end-table-cell

* contrib/lisp/org-odt.el
(org-odt-entity-control-callbacks-alist): Added an entry for
TABLE-CELL.
(org-odt-begin-paragraph, org-odt-format-stylized-paragraph):
Honour `org-lparse-current-paragraph-style'.
(org-odt-begin-table-cell, org-odt-end-table-cell): Factored
out from the earlier `org-odt-format-table-cell'. Note that
these functions set and reset
`org-lparse-current-paragraph-style'.
(org-odt-format-table-cell): Use the above functions.
* contrib/lisp/org-lparse.el
(org-lparse-current-paragraph-style): New variable.
(org-do-lparse): Init the above variable at the beginning of
export.
contrib/lisp/org-lparse.el
contrib/lisp/org-odt.el