Michael Gauland <[email protected]> writes:
> I'm having trouble executing a shell script under Microsoft Windows using
> org-babel. When I evaluate this:
>
> #+begin_src sh :results output
> echo Hello
> #+end_src
>
> I get this:
> #+results:
> : Microsoft Windows XP [Version 5.1.2600]
> : (C) Copyright 1985-2001 Microsoft Corp.
> :
> : c:\home\mike\notes-hg>More?
Just a cosmetic issue. If we can pass the argument " //nologo " to the shell
call [1]
the lines "Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp."
won't appear ;-)
cheers,
Giovanni
[1] many, Many, M A N Y, thanks to Russell Adams
for his vimeo presentation
http://vimeo.com/16533939
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode