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

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

[elpa] externals/org 8880cca3d6 2/3: ob-core: Revert space misalignment


From: ELPA Syncer
Subject: [elpa] externals/org 8880cca3d6 2/3: ob-core: Revert space misalignment from recent commit
Date: Sun, 11 Dec 2022 04:57:53 -0500 (EST)

branch: externals/org
commit 8880cca3d6448167c01be31e7fb290160c8c6736
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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 62b0d36124..2fa9d8978d 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2691,8 +2691,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]