Save org-download images to an assets directory
This commit is contained in:
parent
ef04978af9
commit
15ebe5b28d
5
+org.el
5
+org.el
|
@ -116,10 +116,9 @@
|
||||||
(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
|
;; Save org-download images to an assets directory
|
||||||
(after! org-download
|
(after! org-download
|
||||||
(setq org-download-image-dir "~/.cache/org-download"
|
(setq org-download-image-dir "assets/"
|
||||||
org-attach-id-dir "~/.cache/org-attach"
|
|
||||||
org-attach-auto-tag nil))
|
org-attach-auto-tag nil))
|
||||||
;; Show images by default with a limited width
|
;; Show images by default with a limited width
|
||||||
(setq org-startup-with-inline-images t
|
(setq org-startup-with-inline-images t
|
||||||
|
|
Loading…
Reference in New Issue