nobiot / org-transclusion

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

Optionally wrap transcluded content in any block #186

Open ispringle opened 1 year ago

ispringle commented 1 year ago

I know with :src I can wrap the transcluded content in a src block. However, it'd be nice to provide some keyword, say :wrap or :block and then the content would be wrapped in whichever block type is specified. For example, I think it would be handy to be able to specify :block quote or :block verse so that my transcluded content is formatted as a block quote or a verse (block quote that preserves white-space). This also adds a differentiation between the file's own content and the content of the other file.

nobiot commented 1 year ago

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 for just doing :src first (it seemed to be most requested at the time). Hoping to come back to this idea at some point.

Thanks again.