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 16:16:05 +0530 Message-ID: <20130411104605.GA28852@panahar> References: <20130411084634.GA10767@panahar> <m261ztwgif.fsf@christianmoe.com> <20130411095747.GC18521@panahar> <m238uxwdxv.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]:54620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <vikaslists@agrarianresearch.org>) id 1UQFFq-0000aS-Iy for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 07:01:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <vikaslists@agrarianresearch.org>) id 1UQFFl-0004y0-D7 for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 07:01:22 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:54262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <vikaslists@agrarianresearch.org>) id 1UQF1E-0008VM-Ou for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 06:46:16 -0400 Received: by mail-pb0-f44.google.com with SMTP id wz12so798811pbc.3 for <emacs-orgmode@gnu.org>; Thu, 11 Apr 2013 03:46:15 -0700 (PDT) Content-Disposition: inline In-Reply-To: <m238uxwdxv.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> > > Oops, sorry, I take back my last message, there was an error in my test > example. > > Adding a #+NAME above the generated table DOES result in a correct > cross-reference. That seems like reasonable behavior to me. The intended behaviour, as documented by Nicolas, is that a named source block will result in output with #+RESULTS, and that the 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. Vikas