emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Trouble passing variables into shell blocks on windows
@ 2015-06-14 13:13 Johan W. Klüwer
  2015-06-15  8:12 ` Rainer M Krug
  2015-06-16 13:28 ` Andy Moreton
  0 siblings, 2 replies; 5+ messages in thread
From: Johan W. Klüwer @ 2015-06-14 13:13 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

I'm having difficulties passing org variables into shell source blocks.
This is using Windows 7 and Cygwin with bash shell. For instance, the
following

#+BEGIN_SRC sh :var x="."
  ls $x
#+END_SRC

fails with the error message (as displayed in emacs)

  ls: cannot access .^M^M : No such file or directory


As far as I can see, the first ^M stems from org-babel-sh-var-quote-fmt,
and the second from org-babel-expand-body:generic, but I haven't been able
to figure out a solution. Any suggestions?

[-- Attachment #2: Type: text/html, Size: 622 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-23  8:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-14 13:13 Trouble passing variables into shell blocks on windows Johan W. Klüwer
2015-06-15  8:12 ` Rainer M Krug
2015-06-23  7:28   ` Johan W. Klüwer
2015-06-23  8:50     ` Sebastien Vauban
2015-06-16 13:28 ` Andy Moreton

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).