emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org e03402b931 1/2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org e03402b931 1/2: Merge branch 'bugfix'
Date: Tue, 24 Oct 2023 06:58:46 -0400 (EDT)

branch: externals/org
commit e03402b931f49765dc414eb8dda2d0b903dace1c
Merge: 098f081591 84fa57ad1f
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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

[Prev in Thread] Current Thread [Next in Thread]