Hi, I want to use org-transclusion for the specific case scenario of #+transclude: [[file:../../test/python-1.py::id-1234]] :lines 1-4 :src python, but with the addition of specifying a git revision. So I did M-: (require 'org-git-link), which is from old org-contrib, and which is mostly working, and I tried something like:
`#+transclude: [[git:~/../../test/python-1.py::master@{2022-08-11 16:00}]] :lines 1-4 :src python`
And that didn’t work out of the box.
It does work without the #+transclude directive.
Similarly, plain #+transclude: [[file:../../test/python-1.py::id-1234]] does work.
I really want to use org-transclusion for that specific case scenario of commenting snippets of code, with the code living in it’s own git repository, and of course source code is changing over time, so being able to target a specific revision is pivotal.
The error is No content found with "git:~/../../test/python-1.py::master@{2022-08-11 16:00}". Check the link at point 834, line 27