nobiot
nobiot
Can you check if it works without Doom, please? There is also [known limitation](https://nobiot.github.io/org-transclusion/#Known-Limitations ) with Doom: Doom’s customization may interfere with Org-transclusion Refer to issue [#52](https://github.com/nobiot/org-transclusion/issues/52). The symptom is...
You say spacemacs does not work with org-transclusion. Spacemacs’ org layer supports it. See https://develop.spacemacs.org/layers/%2Bemacs/org/README.html if the issue persists for either Doom or Spacemacs, I would suggest to raise an...
Can you try `rever-buffer` and see if it fontifies the transclusions?
"briefly" is weird. What I have observed is that when you have a buffer already there and fontification is already done, Org-transclusion may not properly fontify the transclusion. But killing...
I'm aware of the "conflict" with `org-modern`. Including `org-indent-mode`, we are competing for the same text property. I have managed to "fix" the case for `org-indent-mode` and learned to co-exist....
@stardiviner Thank you for this... I see. It's not something I can tackle soon. I'd need to understand the options suggested there first... PR or more discussions in this direction...
Hi @ispringle Thanks. We are little tied up with couple of PRs running at the moment. What you request here is something I wanted to do in initially but opted...
I think `#+transclude: [[./file-name.org::src]]` would work for your case. It looks like the same case as [this issue](https://github.com/nobiot/org-transclusion/issues/164); the only difference is that it is about LaTeX equation block whereas...
This is one of the things that is too difficult for me to implement. There are a few fundamental reasons why so, and one main reason is that the program...
I’d love to fix the issue. Two questions: - Can you reproduce it without Doom? - What is the exact step I can take from vanilla Emacs to reproduce it...