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 05:16:59 +0530 Message-ID: <20130306234659.GA19038@panahar> References: <20130306095512.GA1489@panahar> <87k3pk268w.fsf@gmail.com> <20130306105410.GA8157@panahar> <87zjygzp9g.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]:49873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDO3D-0007zr-MT for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 18:47:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDO3C-0004Ly-OS for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 18:47:11 -0500 Received: from mail-da0-x22d.google.com ([2607:f8b0:400e:c00::22d]:61655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDO3C-0004Li-HI for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 18:47:10 -0500 Received: by mail-da0-f45.google.com with SMTP id v40so175863dad.32 for ; Wed, 06 Mar 2013 15:47:09 -0800 (PST) Content-Disposition: inline In-Reply-To: <87zjygzp9g.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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Eric Schulte > > 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. Got it. Thanks. > BTW, you mustn't change `org-babel-results-keyword'. I don't even know > why this is a defcustom and why it is allowed to turn it into "NAME". > RESULTS refers to the name of the src-block which produced the current > element, whereas NAME refers to the name of the current element. Their > purpose is completely different. Have changed `org-babel-results-keyword' back to RESULTS. The captions are working fine. Thank you. > Cc'ing Eric Schulte about it. Let us hear from Eric what is the purpose of this variable, and if it has some use. Best, Vikas