org-table: Fix :raw parameter in radio tables
commit39eb7796e8560f172ba6d69ff1f943b62b3fefd2
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 11 Oct 2014 15:01:59 +0000 (11 17:01 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 11 Oct 2014 15:10:05 +0000 (11 17:10 +0200)
tree57a74101b56f79f0cfeb046e9684ab328f9ac055
parentfcce67cdebb8eeb3bdd09cb44973c661cfec7aff
org-table: Fix :raw parameter in radio tables

* lisp/org-table.el (org-table--to-generic-cell): Use
  `org-element-interpret' data when parameter :raw is non-nil so
  pseudo elements and objects are not ignored.

* testing/lisp/test-org-table.el (test-org-table/to-latex): Add test.

Thanks to Giuseppe Lipari for reporting it.
http://permalink.gmane.org/gmane.emacs.orgmode/91559
lisp/org-table.el
testing/lisp/test-org-table.el