From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Teege Subject: Passing a table to org-babel shell script Date: Sun, 24 Jan 2010 10:47:34 +0100 Message-ID: <20100124094734.GA10344@cab> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYzt0-0008RT-Hb for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 05:40:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYzsx-0008Qh-Py for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 05:40:05 -0500 Received: from [199.232.76.173] (port=39997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYzsx-0008QY-G1 for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 05:40:03 -0500 Received: from port-87-193-189-27.static.qsc.de ([87.193.189.27]:38929 helo=crn.mteege.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYzsx-0001C9-2l for emacs-orgmode@gnu.org; Sun, 24 Jan 2010 05:40:03 -0500 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I try to use a org-mode table as input to an shell script. It works, if I use a Table with one column. #+tblname: sec | Hello World | #+begin_src sh :var table=sec cat <