Resolve org download links relative to org-download-image-dir

This commit is contained in:
Henrik Lissner 2020-04-24 20:45:21 -04:00
parent 6159068b4d
commit 211519270a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -16,7 +16,7 @@
(after! org (after! org
;; A shorter link to attachments ;; A shorter link to attachments
(+org-define-basic-link "download" 'org-attach-id-dir (+org-define-basic-link "download" 'org-download-image-dir
:image-data-fun #'+org-image-file-data-fn :image-data-fun #'+org-image-file-data-fn
:requires 'org-download)) :requires 'org-download))
:config :config