From 954a95ec5f74c68fe045101e303197297ac5725b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 10 Dec 2022 16:52:42 -0500 Subject: [PATCH] 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 069fc442f..f69538f78 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)))