From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) 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 ) 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 ) 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 ; Thu, 11 Apr 2013 02:57:57 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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: Christian Moe Cc: emacs-orgmode > 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