nobiot / org-transclusion

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

[BUG] Empty property drawers are transcluded incorrectly #206

Open NightMachinery opened 9 months ago

NightMachinery commented 9 months ago

An empty property drawer:

:PROPERTIES:
:END:

will be trancluded as:

:PROPERTIES:
nil:END:
nobiot commented 9 months ago

Thanks. Why do you want to have an empty property drawer?