emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] using Cygwin Gnuplot with org-babel-gnuplot


From: Eric Schulte
Subject: Re: [O] using Cygwin Gnuplot with org-babel-gnuplot
Date: Thu, 29 Sep 2011 06:55:33 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Alexander Vorobiev <address@hidden> writes:

> Hi,
>
> It is mentioned in
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html#sec-2_1
> that there were some problems with gnuplot on Windows machines. I came
> up with a small fix which makes it possible to use Cygwin version of
> gnuplot with org-mode. The change is in the org-babel-execute:gnuplot
> function where I added passing of optional argument to
> org-babel-process-file-name:
>
> before:
> (org-babel-process-file-name script-file))))
>
> after:
> (org-babel-process-file-name script-file t))))
>
> The argument forces the function not to add backslash prior to ":"
> character which prevented gnuplot from finding the script for
> execution. I hope somebody will find the fix useful. Unfortunately I
> don't know if the fix breaks anything on Unix/Linux/Mac.
>

Hi Alex,

I've added this change behind a guard so that it should only be applied
on windows systems.

Thanks for suggesting this fix!  Please let me know if my patch doesn't
work as expected.

Best -- Eric

>
> Thanks
> Alex Vorobiev
>

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



reply via email to

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