Save org-download images to ~/.cache
This commit is contained in:
parent
e085d2a740
commit
1f72440b12
2
+org.el
2
+org.el
|
@ -107,3 +107,5 @@
|
||||||
(if (org-clocking-p)
|
(if (org-clocking-p)
|
||||||
(format "%s" (org-duration-from-minutes (org-clock-get-clocked-time)))
|
(format "%s" (org-duration-from-minutes (org-clock-get-clocked-time)))
|
||||||
"")))
|
"")))
|
||||||
|
;; Save org-download images to ~/.cache
|
||||||
|
(setq org-download-image-dir "~/.cache/org-download")
|
||||||
|
|
Loading…
Reference in New Issue