Anders Johansson writes: > 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`. Thanks for the heads up! This was just a blind kill-yank from a macro with extra arg. > 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. Still, it needs to be done. Attaching the patch with fixed indent statements and reindented code. Best, Ihor