From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: [new exporter] Captions for tables made by source blocks Date: Thu, 7 Mar 2013 17:57:19 +0530 Message-ID: <20130307122719.GA15477@panahar> References: <20130306095512.GA1489@panahar> <87k3pk268w.fsf@gmail.com> <20130306105410.GA8157@panahar> <87zjygzp9g.fsf@gmail.com> <87sj47d3jf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDZv6-0002B2-Ar for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 07:27:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDZv1-0002XJ-Kz for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 07:27:36 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:52066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDZv1-0002X4-Ff for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 07:27:31 -0500 Received: by mail-pa0-f51.google.com with SMTP id hz1so437350pad.10 for ; Thu, 07 Mar 2013 04:27:30 -0800 (PST) Content-Disposition: inline In-Reply-To: <87sj47d3jf.fsf@gmail.com> 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 > >> I wasn't clear. By "naming the results", I mean that you must provide > >> your source block a "#+NAME: something" attribute, so the generated > >> table gets a "#+RESULTS: something" attribute. There is something strange happening. Cross-references to captions of tables that are produced thus get exported to latex as \texttt{something} rather than as \ref{something}. Am not able to figure out what have I missed up. It was working fine yesterday but then [perhaps] I did something. Vikas