Re: [PATCH] ob-gnuplot: Fix error on non-string :var assignment

2020-12-16 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > The following gnuplot code stopped working after recent commits adding > support of remote files: > > #+CALL: stress-strain[:file stress-displ-RD-11.png](A=0.87, alpha=38.0, > beta=7.0, inp="p11 DC.txt", tbl="stress-displ-RD-11.txt") > > Note that the code

[PATCH] ob-gnuplot: Fix error on non-string :var assignment

2020-12-16 Thread Ihor Radchenko
ariables. ob-gnuplot from master throws error when checking (file-remote-p ...). The fix is attached. Best, Ihor >From 8840afe1446177e5355e190fcaf6ce79d00ac0c6 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 16 Dec 2020 16:23:41 +0800 Subject: [PATCH] ob-gnuplot: Fix error on non