mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-27 07:37:25 +00:00
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.
This commit is contained in:
parent
269dce9fe7
commit
954a95ec5f
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user