org-babel: no quotes around strings in table output -- Thanks to Francesco Pizzolante

This commit is contained in:
Eric Schulte 2009-12-18 11:10:03 -07:00
parent 315c9fd1a1
commit 0ec408cd9a
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ code ---- the results are extracted in the syntax of the source
(if (and (listp (car result))
(listp (cdr (car result))))
result (list result))
'(:fmt (lambda (cell) (format "%S" cell)))) "\n"))
'(:fmt (lambda (cell) (format "%s" cell)))) "\n"))
(forward-line -1) (org-cycle))
((member "file" result-params)
(insert result))