nobiot / org-transclusion

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

The incompatible with org appear #194

Closed sincebyte closed 1 year ago

sincebyte commented 1 year ago

Cause org appear could not expand links within the comments, see org-appear/issues/18. And org-transclusion's sytax is a typically comments. I am wondering that did there have a solution?

#+transclude: attendent.sql :lines 15-266

#+transclude: [[./attendent.sql][attendent.sql]] :lines 15-266
nobiot commented 1 year ago

I don't think we can do much within Org-transclusion. Org-appear has this limitation in README:

org-appear will fail to detect elements nested inside certain other elements, such as comments or document titles.

Syntactically, #+transclude is a keyword (not comment) and it is the same as "document titles" (#+title).

sincebyte commented 1 year ago

okay,thanks for your reply