From mboxrd@z Thu Jan  1 00:00:00 1970
From: Vikas Rawal <vikaslists@agrarianresearch.org>
Subject: Re: exporting cross-references to source block results CORRECTION
Date: Thu, 11 Apr 2013 17:48:41 +0530
Message-ID: <20130411121841.GA30711@panahar>
References: <20130411084634.GA10767@panahar> <m261ztwgif.fsf@christianmoe.com>
	<20130411095747.GC18521@panahar> <m238uxwdxv.fsf@christianmoe.com>
	<20130411104605.GA28852@panahar> <874nfds2e0.fsf@gmail.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]:50753)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <vikaslists@agrarianresearch.org>) id 1UQGSs-0008Va-7I
	for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 08:18:55 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <vikaslists@agrarianresearch.org>) id 1UQGSr-0005um-0j
	for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 08:18:54 -0400
Received: from mail-pb0-f50.google.com ([209.85.160.50]:63909)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <vikaslists@agrarianresearch.org>) id 1UQGSq-0005uZ-R9
	for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 08:18:52 -0400
Received: by mail-pb0-f50.google.com with SMTP id jt11so817470pbb.23
	for <emacs-orgmode@gnu.org>; Thu, 11 Apr 2013 05:18:52 -0700 (PDT)
Content-Disposition: inline
In-Reply-To: <874nfds2e0.fsf@gmail.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: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>, Christian Moe <mail@christianmoe.com>


> > cross-reference will pick that up correctly.
> >
> > If #+RESULT is not to work, it is better to change
> > org-babel-results-keyword to NAME, and then what you are suggesting
> > happens automatically. But in the earlier thread on the topic, Nicolas
> > said that was not the right way.
> 
> We are misunderstanding each other.
> 
> #+results are never used for cross-references. This is a Babel internal
> keyword used to refer to the source that generated this element.
> 
> Cross-references only react to #+name keyword.
> 


Sorry, this is confusing. Is it then the case that we are naming the
source block to ensure that captions stick to the corresponding
results block? And then, we need to separately name the results block,
and use a different name for it, so that the cross-references pick it
up correctly?

Vikas