emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH] ob-gnuplot: handle remote input files


From: Ferdinand Pieper
Subject: [PATCH] ob-gnuplot: handle remote input files
Date: Tue, 29 Sep 2020 19:00:58 +0200

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
#+end_src
--8<---------------cut here---------------end--------------->8---

Attached is a patch, which instead downloads remote files to a unique path and 
passes this new path to gnuplot.

Please let me know if there's something to improve regarding the commit message 
or patch formatting.

Best,


Attachment: 0001-ob-gnuplot-Download-remote-input-files.patch
Description: Text Data


reply via email to

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