emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] ELisp expression in a var not executed anymore on tangle


From: Nicolas Goaziou
Subject: Re: [O] ELisp expression in a var not executed anymore on tangle
Date: Fri, 03 Jul 2015 16:21:15 +0200


Hello,

Sebastien Vauban <sva-news-D0wtAvR13HarG/address@hidden>
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

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