emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [babel] shell does not unquote


From: Samuel Wales
Subject: Re: [O] [babel] shell does not unquote
Date: Thu, 6 Feb 2014 01:28:45 -0700

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?



reply via email to

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