Hi,
I think I have identified a bug in org-mode when trying to attach a
document (e.g. image). Running emacs without any config using the -Q flag,
then evaluating just:
(setq org-attach-dir-relative t
org-attach-store-link-p 'file
org-yank-dnd-method 'attach
org-attach-use-inheritance t)
I would expect dragging and dropping files to store a file link to the
attached file, instead it stores an attachment link. I.e.
org-attach-store-link-p behaves the same if it is set to 'file or if it is
set to 'attach. This is problem because orgzly revived doesn't yet
recognise attachment links so I need them stored as file links.
Is it possible for someone to fix this?
Many thanks,
Alex