mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 16:11:34 +09:00
Emacs : org image paste in wsl, location fix🍨.
This commit is contained in:
@ -105,7 +105,8 @@ same directory as the org-buffer and insert a link to this file."
|
|||||||
(let* ((target-file
|
(let* ((target-file
|
||||||
(concat
|
(concat
|
||||||
(make-temp-name
|
(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"))
|
(format-time-string "%Y%m%d_%H%M%S_"))) ".png"))
|
||||||
(wsl-path
|
(wsl-path
|
||||||
|
|||||||
Reference in New Issue
Block a user