~ushin/ushin#111: 
Support org-mode's INCLUDE keyword

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.

Status
REPORTED
Submitter
~ushin
Assigned to
No-one
Submitted
1 year, 8 months ago
Updated
10 months ago
Labels
hyperdrive.el

~ushin 1 year, 8 months ago

For a related feature (org-transclusion support), see #63.

~ushin 10 months ago

This feature may come "for free" when we add support for Magic File Name Handlers (#168).

Register here or Log in to comment, or comment via email.