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: Eric Schulte
Subject: Re: [O] [babel] shell does not unquote
Date: Wed, 05 Feb 2014 17:49:48 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Use org-babel-expand-block (C-c C-v v) to view the code block with the
variable expansion.

Best,

Samuel Wales <address@hidden> writes:

> 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

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D



reply via email to

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