From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal <vikaslists@agrarianresearch.org> 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> <m1a9vtg14j.fsf@poto.myhome.westell.com> <20121011035332.GA26927@panahar> <m11uh5fphz.fsf@poto.myhome.westell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([208.118.235.92]:50161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <vikaslists@agrarianresearch.org>) 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 <vikaslists@agrarianresearch.org>) 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 <vikaslists@agrarianresearch.org>) 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 <emacs-orgmode@gnu.org>; Thu, 11 Oct 2012 01:34:52 -0700 (PDT) Content-Disposition: inline In-Reply-To: <m11uh5fphz.fsf@poto.myhome.westell.com> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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