diff --git a/core/defuns/defuns-file.el b/core/defuns/defuns-file.el index 6a5ae275b..e4f8b9cb6 100644 --- a/core/defuns/defuns-file.el +++ b/core/defuns/defuns-file.el @@ -60,7 +60,7 @@ provided." ;; Move all attachments if in org-mode (when (eq major-mode 'org-mode) (mapc (lambda (file) - (when (file-exists-p file) + (when (and (file-exists-p file) (not (f-same? old-path new-path))) (rename-file file (f-expand (f-filename old-path) (f-dirname new-path)) t))) (narf/org-attachments))) (when (buffer-modified-p)