From 4f1560ff9c9167b9661ca5671ceb2a6e98a2ca5f Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Tue, 17 May 2022 22:36:17 +0900 Subject: [PATCH] =?UTF-8?q?Emacs=20:=20org=20image=20paste=20in=20wsl,=20l?= =?UTF-8?q?ocation=20fix=F0=9F=8D=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .doom.d/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index e6199d2..0015252 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -105,7 +105,8 @@ same directory as the org-buffer and insert a link to this file." (let* ((target-file (concat (make-temp-name - (concat (buffer-file-name) + (concat "~/org/images/" + (f-filename buffer-file-name) "_" (format-time-string "%Y%m%d_%H%M%S_"))) ".png")) (wsl-path