emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [babel] shell does not unquote


From: Samuel Wales
Subject: [O] [babel] shell does not unquote
Date: Tue, 4 Feb 2014 22:49:52 -0700

i don't know why the shell does not unquote here:

#+BEGIN_SRC sh :results verbatim output :var how="a 'b' \c \"d\" e"
:var dothis="echo \"hi\""
      echo $how
      $dothis
#+END_SRC

#+RESULTS:
#+begin_example
a 'b' c "d" e
"hi"
#+end_example

thanks.

samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY can get it.

Denmark: free Karina Hansen NOW.



reply via email to

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