Merge Org version 8.2.5c.

This commit is contained in:
Bastien Guerry 2014-01-07 14:22:53 +01:00
parent 2b6b4f204c
commit 3c8b09ca2e
26 changed files with 485 additions and 364 deletions

View file

@ -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)))))