emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Babel shell script issue


From: Jarmo Hurri
Subject: Re: [O] Babel shell script issue
Date: Mon, 25 Apr 2016 11:40:59 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Sylvain Rousseau <address@hidden> writes:

> Hi,
>
> I had the same problem. You actually need to use:
>
>     #+begin_src shell :results drawer
>     #+end_src
>

Ok, this removes the error, but I still get no reasonable output from
the example from worg:

  #+begin_src shell :results drawer
  cat <<EOF
  | 1 | 2
  |--
  | a | b
  EOF
  #+end_src

It only prints a bunch of cryptic stuff in the echo area and produces no
other output. (The same happens in my own code.)

Jarmo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]