Re: [PATCH] Refresh inline plotted images

2021-04-26 Thread Timothy
Applied in dadbd025f.* Timothy writes: > Hi All, > > This patch improves the result of running org-plot in the following > situation > > #+plot: ... file:"somefile.png" > > [[file:somefile.png]] > > Previously, when somefile.png is re-plotted the [[file:]] inline image > did not refresh. With

Re: [PATCH] Refresh inline plotted images

2021-04-25 Thread Bastien
Hi Timothy, Timothy writes: > +(defun org-plot/redisplay-img-in-buffer (img-file) > + "Find any overlays for IMG-FILE in the current Org buffer, and refresh > them." I guess M-x eldoc RET will choke because the first line of a docstring should shorter. Other than this nitpick, please feel fr