The org-mode
manual says that it's possible to export property drawers, but trying with
#+OPTIONS: d:t
does not export any :PROPERTIES:
blocks like it used to.
Reading the Drawers chapter it seems it is indeed not possible anymore, at least with the latest org-mode
version:
You can select the name of the drawers which should be exported with org-export-with-drawers. In that case, drawer contents will appear in export output. Property drawers are not affected by this variable and are never exported.
Is there any tweak to regain that functionality, i.e. having #+OPTIONS: d:t
export the whole :PROPERTIES:
block, short of manually changing the .org
file before export time?