From: Matthias Teege <matthias-omd@mteege.de>
To: emacs-orgmode@gnu.org
Subject: Passing a table to org-babel shell script
Date: Sun, 24 Jan 2010 10:47:34 +0100 [thread overview]
Message-ID: <20100124094734.GA10344@cab> (raw)
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 <<EOF
$table
EOF
#+end_src
#+results:
: [[Hello World]]
But if I use more then one column, If got an error:
#+tblname: sec
| Hello | World |
#+begin_src sh :var table=sec
cat <<EOF
$table
EOF
#+end_src
#+results:
| sh: Zeile 1: World]]: command not found. |
It looks like, then Shell interprets the seperator "|" as pipe.
How do I use a multicolumn table as input for a shell script?
Many thanks
Matthias
next reply other threads:[~2010-01-24 10:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-24 9:47 Matthias Teege [this message]
2010-02-06 18:33 ` Passing a table to org-babel shell script Eric Schulte
2010-02-07 9:01 ` Matthias Teege
2010-02-07 17:20 ` Eric Schulte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100124094734.GA10344@cab \
--to=matthias-omd@mteege.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).