On Wed, Oct 10, 2012 at 09:15:52PM -1000, Thomas S. Dye wrote: > You might want to check the .tex file to see if the label is there. > Also, compiling with LaTeX yields a detailed log, which will tell you > the line number of errors and warnings. You could look there to pinpoint > the error(s).
I was using this in the preamble: #+LaTeX_HEADER: \usepackage[hmargin=3cm,vmargin=3.5cm]{geometry} This was conflicting with my use of tabulary. I remove this line and the errors disappeared. Thanks very much for pointers. Vikas