|
|
|
|
@ -2332,7 +2332,7 @@ PATH is the path to the image or any other attachment. |
|
|
|
|
INFO is a plist used as a communication channel." |
|
|
|
|
;; (message "[ox-hugo attachment DBG] The Hugo section is: %s" (plist-get info :hugo-section)) |
|
|
|
|
;; (message "[ox-hugo attachment DBG] The Hugo base dir is: %s" (plist-get info :hugo-base-dir)) |
|
|
|
|
(let* ((path-unhexified (org-link-unescape path)) |
|
|
|
|
(let* ((path-unhexified (url-unhex-string path)) |
|
|
|
|
(path-true (file-truename path-unhexified)) |
|
|
|
|
(exportables org-hugo-external-file-extensions-allowed-for-copying) |
|
|
|
|
(bundle-dir (and (plist-get info :hugo-bundle) |
|
|
|
|
|