Hi,
When looking through the code in org-fold-core (while debugging a tricky problem that seems to be an interaction with org-modern, I may get back to it) I noticed that all the macros that wrap a “body” argument have (indent 1), but I gather that they should have (indent 0), similar to for example `with-silent-modifications`.

I didn’t want to create a patch, since it would involve whitespace changes on quite a lot of places, but I thought it could be good to highlight now that org-fold just got merged.

Best,
Anders Johansson