Re: [PATCH] ob-gnuplot: handle remote input files

2020-10-27 Thread Bastien
Hi Ferdinand, Ferdinand Pieper writes: > I signed the FSF copyright times a short while ago, so I think this is > no longer necessary. Indeed, thanks. https://orgmode.org/worg/org-contribute.html was not up to date, I've fixed this. -- Bastien

Re: [PATCH] ob-gnuplot: handle remote input files

2020-10-25 Thread Ferdinand Pieper
Hi Bastien, Bastien writes: > Applied, thanks! Thank you. > The commit message and the changelog were perfect, thanks for taking > care of this. I simply added "TINYCHANGE". I signed the FSF copyright times a short while ago, so I think this is no longer necessary. Best,

Re: [PATCH] ob-gnuplot: handle remote input files

2020-10-24 Thread Bastien
Hi Ferdinand, Ferdinand Pieper writes: > When passing a remote file like "/ssh:myserver:/myfile.txt" to a > gnuplot block as variable the gnuplot process can not access the > remote data. Applied, thanks! > An example: > > #+begin_src gnuplot :var data="/ssh:myserver:/myfile.txt" > plot data

[PATCH] ob-gnuplot: handle remote input files

2020-09-29 Thread Ferdinand Pieper
When passing a remote file like "/ssh:myserver:/myfile.txt" to a gnuplot block as variable the gnuplot process can not access the remote data. An example: --8<---cut here---start->8--- #+begin_src gnuplot :var data="/ssh:myserver:/myfile.txt" plot data u 1:2