From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xi Shen Subject: Can I quote/ref value in the output table? Date: Tue, 12 Jul 2016 15:59:25 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMsbm-0001Xz-Vw for Emacs-orgmode@gnu.org; Tue, 12 Jul 2016 03:59:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMsbl-0000c9-9e for Emacs-orgmode@gnu.org; Tue, 12 Jul 2016 03:59:58 -0400 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]:36209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMsbl-0000c4-4r for Emacs-orgmode@gnu.org; Tue, 12 Jul 2016 03:59:57 -0400 Received: by mail-oi0-x233.google.com with SMTP id w18so11526676oiw.3 for ; Tue, 12 Jul 2016 00:59:55 -0700 (PDT) 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" To: "emacs-orgmode@gnu.org" Hi, Say I have a sql babel block which outputs a table. Is there any way that I can reference the values in the output table in another babel block?