emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Process substitution in babel


From: Nick Dokos
Subject: Re: [O] Process substitution in babel
Date: Mon, 16 Jan 2017 18:19:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Joe Riel <address@hidden> writes:

> Can one use process substitution in babel? 
>
> #+BEGIN_SRC bash
> comm <(ls) <(ls)
> #+END_SRC
>
> I get an error
>
> Syntax error: "(" unexpected

FWIW, works for me:

#+BEGIN_SRC bash
comm <(ls) <(ls)
#+END_SRC

#+RESULTS:
|   |   | 0001-ob-core-remove-cruft.patch                   |
|   |   | algo.png                                          |
|   |   | auto                                              |
...

Org mode version 9.0 (release_9.0-2-g80befa @ /home/nick/elisp/org-mode/lisp/)

-- 
Nick




reply via email to

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