Manuel Giraud <manuel.gir...@univ-nantes.fr> writes: > Hi, > > What are the good settings to indent the org-mode code? I have searched > through the mailing list and worg but can't find an answer. > > I'm asking because while working on org-html.el at one point I reindent > the whole buffer and end up with a mess (indenting with "emacs -Q" can't > fix this).
For indenting lisp code I highlight the region to indent and C-M-\ (which is M-x indent-region) -Bernt