0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:37:50 +00:00

Revert "ob-python.el (org-babel-python-var-to-python): Fix code typo"

This reverts commit e88d9d7caf.
This commit is contained in:
Bastien Guerry 2014-01-08 18:31:50 +01:00
parent e88d9d7caf
commit 884faddd57

View file

@ -136,7 +136,7 @@ specifying a variable of the same value."
(if (equal var 'hline)
org-babel-python-hline-to
(format
(if (and (stringp var) (string-match "[\n\r]" var)) "\"\"%s\"\"" "%s")
(if (and (stringp var) (string-match "[\n\r]" var)) "\"\"%S\"\"" "%S")
var))))
(defun org-babel-python-table-or-string (results)