Hello, Robert Klein <rokl...@roklein.de> writes:
> I've been reading lisp/org-element.el, when I found a command lounging > around in the middle of the file outside of any defun: > > (put 'org-element-map 'lisp-indent-function 2) > > on line 4275 (maint tree this morning). > > Is this intended to be there? Yes, it is. `org-element-map' is defined just above. This sexp sets indentations rules for it. Regards, -- Nicolas Goaziou