nobiot / org-transclusion

Emacs package to enable transclusion with Org Mode
https://nobiot.github.io/org-transclusion/
GNU General Public License v3.0
902 stars 43 forks source link

Transclude local HTML files as Org documents with Pandoc #229

Closed josephmturner closed 3 months ago

josephmturner commented 3 months ago

This PR supercedes #224, in which @alphapapa suggested that the network logic reside in a separate package. I am currently working on that in org-transclusion-http; this PR links to this new package from the docs.

Functionality for transcluding HTML, Org, and other content types over hyper:// will be added to hyperdrive.el shortly.

Besides removing the network logic from the patchset proposed in #224, this PR also adds a new extension org-transclusion-html (disabled by default), which allows local HTML files to be transcluded as Org documents with Pandoc.

This PR also makes a couple of minor fixes in org-transclusion.el and adds a simple manual test for the new HTML transclusion feature.

Thank you!

Joseph

nobiot commented 3 months ago

@josephmturner Thank you!

josephmturner commented 3 months ago

Thank you @nobiot !