From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: label and ref in latex export Date: Thu, 11 Oct 2012 17:34:45 +0900 Message-ID: <20121011083445.GA31085@panahar> References: <20121011012131.GA20544@panahar> <20121011035332.GA26927@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMEEN-0001md-Sw for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 04:35:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMEEH-0003Pm-Vq for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 04:34:59 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:36750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMEEH-0003Nj-PD for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 04:34:53 -0400 Received: by mail-pa0-f41.google.com with SMTP id fa10so1676928pad.0 for ; Thu, 11 Oct 2012 01:34:52 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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