Merge Org version 8.2.5c.
This commit is contained in:
parent
2b6b4f204c
commit
3c8b09ca2e
26 changed files with 485 additions and 364 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue