>>107567898
>With the regular transclusion, it loses the file link, it becomes invisible, I hate that
Yeah same reason I made the package.
> Contribute bac to the org-transclusion/main naoow
Use the fucking package no need to configure anything, just use-package after org-transclusion.el and done, I wont be making a pull request to org-transclusion for a while until this thing works flawlessly with the main package. There are some bugs but it's mostly qol stuff and silly shit like the line range thing in the video.
>https://github.com/gggion/org-transclusion-blocks
;; using straight
(use-package org-transclusion
:straight (:host github :repo "gggion/org-transclusion-blocks")
:after org-transclusion)
;; or locally
(use-package org-transclusion-blocks
:load-path "$PATH-TO-PACKAGE"
:after org-transclusion)
Simple transclusions work out of the box and it respects property inheritance from subtrees.
:transclude [[LINK GOES HERE]]
:transclude-lines 10-20
OR :transclude-thing sexp/defun/etc
<SRC BLOCK GOES HERE>
Alternatively
:transclude [[LINK GOES HERE]]
:transclude-keywords ":lines 10-20 :only-content etc etc"
<SRC BLOCK GOES HERE>