Paul Medwell wrote:
> I am using a different caption under a table than in the List of Tables
> by inserting an ERT:
> \caption[short caption]{long caption}
Put the label inside the caption command:
\caption[short caption]{long caption <label>}
You have to split the ERT into one before and one after the label.
J�rgen
