emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org c7de815 1/2: lisp/ob-gnuplot.el: Use `org-babel-loc


From: ELPA Syncer
Subject: [elpa] externals/org c7de815 1/2: lisp/ob-gnuplot.el: Use `org-babel-local-file-name'
Date: Sat, 1 May 2021 10:57:11 -0400 (EDT)

branch: externals/org
commit c7de815c5a9b3982684a49dee09511f51993815c
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Bastien Guerry <bzg@gnu.org>

    lisp/ob-gnuplot.el: Use     `org-babel-local-file-name'
    
    * lisp/ob-gnuplot.el (org-babel-gnuplot-process-vars): Use
    `org-babel-local-file-name'.
    
    TINYCHANGE
---
 lisp/ob-gnuplot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el
index c0a9ff1..a9b8e65 100644
--- a/lisp/ob-gnuplot.el
+++ b/lisp/ob-gnuplot.el
@@ -101,7 +101,7 @@ code."
                                org-babel-temporary-directory
                                "/gnuplot/"
                                (file-remote-p val 'host)
-                               (file-local-name val))))
+                               (org-babel-local-file-name val))))
                  (if (and (file-exists-p local-name) ;; only download file if 
remote is newer
                           (file-newer-than-file-p local-name val))
                      local-name



reply via email to

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