Hi, The following example used to work for me
*************** #+ATTR_LATEX: align=lcr | left | center | right | *************** i.e. it was exported with the correct alignment rules. But now (Org 7.9.2-666/ Emacs 24.2.50.1), it seems to not work any more, as it get exported as ************** \begin{center} \begin{tabular}{lll} left & center & right\\ \end{tabular} \end{center} ************** The "lll", instead of "lcr" is what bother me... Any change recently around attr_latex or align? Thanks for any help, François