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
Date: Thu, 11 Apr 2013 15:27:47 +0530
Message-ID: <20130411095747.GC18521@panahar>
References: <20130411084634.GA10767@panahar> <m261ztwgif.fsf@christianmoe.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]:36697)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <vikaslists@agrarianresearch.org>) id 1UQEGV-000321-T1
	for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 05:58:01 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <vikaslists@agrarianresearch.org>) id 1UQEGU-0001K5-Fk
	for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 05:57:59 -0400
Received: from mail-pb0-f53.google.com ([209.85.160.53]:36623)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <vikaslists@agrarianresearch.org>) id 1UQEGU-0001K1-9P
	for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 05:57:58 -0400
Received: by mail-pb0-f53.google.com with SMTP id un15so769869pbc.40
	for <emacs-orgmode@gnu.org>; Thu, 11 Apr 2013 02:57:57 -0700 (PDT)
Content-Disposition: inline
In-Reply-To: <m261ztwgif.fsf@christianmoe.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: Christian Moe <mail@christianmoe.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>



> I confirm the same behavior, in ODT and HTML, and think it's a
> bug. Additional info:
> 
> Vikas Rawal didn't say if he also added a `#+NAME: foo' line above the
> generated table. I expected that to solve it, so I tried. This did give
> the table an `id="foo"' attribute on HTML export for a cross-reference
> to target. However, the cross-reference still behaved the same way.

Thanks Christian for confirming this. 

The previous discussion is at
http://thread.gmane.org/gmane.emacs.orgmode/67727/

I had mentioned that everything works fine if you change the variable
org-babel-results-keyword to NAME. But Nicolas said that should not be
done and that the exporter should work correctly with #+RESULTS. But
at least for me, it does not work correctly.

Vikas