Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-01-13 00:25:38 +01:00
commit 672b58a803
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ specifying a variable of the same value."
org-babel-python-hline-to
(format
(if (and (stringp var) (string-match "[\n\r]" var)) "\"\"%S\"\"" "%S")
var))))
(substring-no-properties var)))))
(defun org-babel-python-table-or-string (results)
"Convert RESULTS into an appropriate elisp value.