elpasync pushed a change to branch externals/org-transclusion. from baa1e1f1d9 docs: update documentation for v1.4.0 new fca021693f fix: Check link :type is "file" before attempting file transclusion new 85623b8ae7 Add org-transclusion-http.el: Transclude content over HTTP new 836926461c chg: Split org-transclusion-html into its own file new dbdd33c2f4 docs: (org-transclusion-add-functions) Fix docstring new db2dd80195 tidy: Avoid spurious compilation warning new 51623cbc0b Add option to transclude local HTML content rendered as Org new cd8412908a docs: Update manual to point to org-transclusion-http new f30a8dc0bd docs: Document org-transclusion-html new 614ea13e0c Merge pull request #229 from josephmturner/org-transclusion-html new 19f6da95e3 docs: Note missing asynchronous functionality
Summary of changes: docs/org-transclusion-manual.org | 33 +++++- org-transclusion-html.el | 219 +++++++++++++++++++++++++++++++++++++++ org-transclusion.el | 28 +++-- test/org-transclusion-html.org | 2 + test/source-html-no-ext | 17 +++ 5 files changed, 287 insertions(+), 12 deletions(-) create mode 100644 org-transclusion-html.el create mode 100644 test/org-transclusion-html.org create mode 100644 test/source-html-no-ext