Hi,
When I export the following table to latex,
#+name: tab:foo
#+caption[/s/-weights]: /s/-weights.
| A | B | C | D |
|-------+-------+-------+------|
| 70347 | 10885 | 68502 | 4021 |
| 68458 | 20310 | 66683 | 5853 |
| 69418 | 22329 | 67617 | 6431 |
| 71336 | 28674 | 69479 | 8160 |
I get the following:
\begin{table}[htb]
\caption[\emph{s}-weights]{\label{tab:foo}
weights]: \emph{s}-weights.}
\centering
\begin{tabular}{rrrr}
A & B & C & D\\
\hline
70347 & 10885 & 68502 & 4021\\
68458 & 20310 & 66683 & 5853\\
69418 & 22329 & 67617 & 6431\\
71336 & 28674 & 69479 & 8160\\
\end{tabular}
\end{table}
Note the extra "weights]:" in the long caption. This happens whenever
there is some kind of emphasis in the short caption: /s/, *s*, etc.
Cheers,
--
Suvayu
Open source is the future. It sets us free.