emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Style] Shouldn’t the macros in org-fold-core have (indent 0)


From: Anders Johansson
Subject: [Style] Shouldn’t the macros in org-fold-core have (indent 0)
Date: Thu, 5 May 2022 17:55:27 +0200

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]