hi eric, say you want to list 2 files: "1 space" and "nospace".
#+call: list(how="\"1 space\" nospace")
#+name: list
#+BEGIN_SRC sh :noweb yes :results verbatim output
{
# this fails
# ls $how
# this would work, if there were a call option to support it
# ls <<how>>
} 2>&1
:
#+END_SRC
is there?
