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: Wed, 6 Mar 2013 16:24:10 +0530 Message-ID: <20130306105410.GA8157@panahar> References: <20130306095512.GA1489@panahar> <87k3pk268w.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]:48541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDC96-0004mw-Vq for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 06:04:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDC95-0004yZ-MG for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 06:04:28 -0500 Received: from mail-pb0-f47.google.com ([209.85.160.47]:44792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDBzK-0002ID-0L for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 05:54:22 -0500 Received: by mail-pb0-f47.google.com with SMTP id rp2so5847626pbb.34 for ; Wed, 06 Mar 2013 02:54:20 -0800 (PST) Content-Disposition: inline In-Reply-To: <87k3pk268w.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 > CAPTION keyword above a source block applies to the source block only. > If the source block generates a table, you have to put a CAPTION above > it, as it will not inherit the caption of the source block. > > It also implies that you need to name the results. Otherwise, source > block will not recognize its own production, due to the CAPTION keyword > above it. > Thank you once again Nicolas. I understand from this that the variable org-babel-results-keyword has to be changed to NAME. I did this and it works. Is there a way that this could be file-specific? Vikas