Nicolas Richard wrote: > Sebastien Vauban writes: > >> org-mode() > > This means that org-mode calls things which in the end calls > tramp-maybe-open-connection. But what "something" is is in the "lots > of contents" part that you didn't show. Unfortunately a video isn't > very searchable. > > Still, I spotted that org-element-context is called at some point, > which in turn calls org-element-link-parser, and that's what does > expand-file-name. Perhaps that would be a bug ?
I found out the responsible line in my setup: --8<---------------cut here---------------start------------->8--- ;; show inline images when loading a new Org file (setq org-startup-with-inline-images t) --8<---------------cut here---------------end--------------->8--- With it, the problem occurs; without, it does not. Though, is it normal to try to open a remote PDF file while Emacs is unable of displaying it in the buffer (unlike PNG files, IIUC)? Maybe that's not a bug per se, but rather a feature that should only be enabled for specific file extensions? Best regards, Seb -- Sebastien Vauban