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

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

[elpa] externals-release/org 954a95ec5f 2/2: ob-core: Revert space misal


From: ELPA Syncer
Subject: [elpa] externals-release/org 954a95ec5f 2/2: ob-core: Revert space misalignment from recent commit
Date: Sun, 11 Dec 2022 02:57:57 -0500 (EST)

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

    ob-core: Revert space misalignment from recent commit
    
    cc5427b7e (org-babel-result-to-file: Fix results file inside
    attachment dir, 2022-12-07) carried along an unrelated white space
    change upstream of the main change.
---
 lisp/ob-core.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 069fc442fd..f69538f78c 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2692,8 +2692,8 @@ specified as an an \"attachment:\" style link."
            (same-directory?
            (and base-file-name
                 (not (string= (expand-file-name default-directory)
-                            (expand-file-name
-                             base-directory)))))
+                              (expand-file-name
+                               base-directory)))))
            (request-attachment (eq type 'attachment))
            (attach-dir (let* ((default-directory base-directory)
                               (dir (org-attach-dir nil t)))



reply via email to

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