I do have an absolute path as my org-download directory, but whenever I org-download an image, the link that is created uses a relative path in the buffer.
#+DOWNLOADED: screenshot @ 2024-05-24 14:21:36 [[file:../../pic/raster/org-download/20240524-142136_screenshot.png]] How come?
I have defined:
org-download-image-dir is a variable defined in ‘org-download.el’. Its value is "~/ds/pic/raster/org-download" Original value was nil org-link-file-path-type is a variable defined in ‘ol.el’. Its value is ‘absolute’ Original value was ‘adaptive’ This means that when I try to copy the link to another buffer, the image link breaks.