Hi there!

I experience some problems when exporting clipped tables to LaTeX:
The text in the fields doesn't get properly expanded, the `=>' is not removed.

Imagine the following table in org-mode:

| on the one hand | on the other => |
|-----------------+-----------------|
| <15>            | <15>            |
| some long tex=> | Lorem ipsum d=> |

Exporting to LaTeX gives me:

\begin{center}
  \begin{tabular}{ll}
    on the one hand  &  on the other =>nd  \\
    \hline
    some long tex=>line in this field  &  Lorem ipsum d=>or sit \\
  \end{tabular}
\end{center}

Strangely enough, when copying the LaTeX source from my emacs buffer into Thunderbird, the `=>' disappear, and the text is correct...

I use version 7.6.

Any hints?

Regards.

--
Frederik


Reply via email to