diff options
| author | Bastien Guerry <bzg@gnu.org> | 2014-01-07 14:22:53 +0100 |
|---|---|---|
| committer | Bastien Guerry <bzg@gnu.org> | 2014-01-07 14:22:53 +0100 |
| commit | 3c8b09ca2e01b0ef0c1b6651fab54194f0019fdc (patch) | |
| tree | ca02feb436782a74af050f15c02843da84a95f4a /lisp/org/ob-gnuplot.el | |
| parent | 2b6b4f204c819569734c092532d56da85eef503b (diff) | |
| download | emacs-3c8b09ca2e01b0ef0c1b6651fab54194f0019fdc.tar.gz | |
Merge Org version 8.2.5c.
Diffstat (limited to 'lisp/org/ob-gnuplot.el')
| -rw-r--r-- | lisp/org/ob-gnuplot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-gnuplot.el b/lisp/org/ob-gnuplot.el index 57396f1d015..8767e88e4c3 100644 --- a/lisp/org/ob-gnuplot.el +++ b/lisp/org/ob-gnuplot.el @@ -253,7 +253,7 @@ then create one. Return the initialized session. The current (org-babel-gnuplot-quote-timestamp-field s) (if (zerop (length s)) (or *org-babel-gnuplot-missing* s) - (if (string-match "[ \"]" "?") + (if (string-match "[ \"]" s) (concat "\"" (mapconcat 'identity (split-string s "\"") "\"\"") "\"") s))))) |
