Org-mode's #+INCLUDE
keyword works with local and remote files. Let's make it work with hyperdrive.
The entry point is org-export-link--remote-local-copy
, which currently signals an error when an included link's type is not one "http" "https" "ftp", or "file".
We'll need to hack on ox.el
, but making org-export-link--remote-local-copy
extensible shouldn't be difficult.
For a related feature (
org-transclusion
support), see #63.
This feature may come "for free" when we add support for Magic File Name Handlers (#168).