Hello,

Sebastien Vauban <sva-news-D0wtAvR13HarG/idocf...@public.gmane.org>
writes:

> I noticed that the following code block:
>
> #+begin_src shell :tangle yes :var workingDir=(file-name-directory (or 
> load-file-name (buffer-file-name))) :shebang #!/bin/sh
> cmd="$EMACS -q -l ${workingDir}init.el"
> #+end_src
>
> does now return this:
>
> #!/bin/sh cmd="$EMACS -q -l ${workingDir}init.el"
>
> instead of:
>
> #!/bin/sh
> workingDir='d:/Users/sva/ecm/'
> cmd="$EMACS -q -l ${workingDir}init.el"
>
> IIRC, you can also see that it's not working by pressing `C-c C-v C-v'
> (preview).

This should be fixed in 048f0e1a82cbb9fa29aa5ad8c778b1a72fc59fda. Thank
you.


Regards,

-- 
Nicolas Goaziou


Reply via email to