Sync Org 7.9.2 from the commit tagged "release_7.9.2" in Org's Git repo.
[bpt/emacs.git] / lisp / org / ob-table.el
index f636415..242ddf0 100644 (file)
@@ -99,7 +99,7 @@ as shown in the example below.
                                      (prog1 nil (setq quote t))
                                    (prog1 (if quote
                                               (format "\"%s\"" el)
-                                            (org-babel-clean-text-properties el))
+                                            (org-no-properties el))
                                      (setq quote nil))))
                                (cdr var)))))
             variables)))