branch: externals/org
commit e03402b931f49765dc414eb8dda2d0b903dace1c
Merge: 098f081591 84fa57ad1f
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    Merge branch 'bugfix'
---
 lisp/ob-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 54dcf400ea..f7e4e255fa 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2441,7 +2441,7 @@ INFO may provide the values of these header arguments (in 
the
           using the argument supplied to specify the export block
           or snippet type."
   (cond ((stringp result)
-        (setq result (org-no-properties result))
+        (setq result (substring-no-properties result))
         (when (member "file" result-params)
           (setq result
                  (org-babel-result-to-file

Reply via email to