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

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

[elpa] externals-release/org ce350490ca 1/5: ob-core: Fix indentation


From: ELPA Syncer
Subject: [elpa] externals-release/org ce350490ca 1/5: ob-core: Fix indentation
Date: Tue, 11 Jun 2024 06:58:38 -0400 (EDT)

branch: externals-release/org
commit ce350490cae7c29614b4a5763c7697f222f26dd4
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    ob-core: Fix indentation
    
    * lisp/ob-core.el (org-babel-execute-src-block): Fix indentation of
    line.
    
    Emacs's bd80717d8e7 (Re-enable TTY glyph production for batch mode
    frames on Android, 2024-06-10) reverted all changes from 8d1d9798f77
    (Fix bootstrap of org.texi, 2024-06-10) aside from an indentation fix.
    Apply the indentation fix to avoid overwriting it on sync.
---
 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 c5dd20b0ed..d1984b2d6f 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -909,7 +909,7 @@ guess will be made."
                ;; insert a link to `:file'.
                (when (and result
                           (not (or (member "link" result-params)
-                                 (member "graphics" result-params))))
+                                   (member "graphics" result-params))))
                  (with-temp-file file
                    (insert (org-babel-format-result
                             result



reply via email to

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