On 2018-10-24 at 17:31, Garreau, Alexandre wrote: > I finally found how people naturally made their mail with org, with > orgstruct++-mode, that I just tried. However that triggers an infinite > loop error (“car: Lisp nesting exceeds ‘max-lisp-eval-depth’”), because > then indent-line-function refers to org-indent-line, which when > orgstruct-is-++ is true, calls indent-line-function. > > Why that garbage? how is it supposed to be?
Ok, then (cl-cadadr (assq 'indent-line-function org-fb-vars)) is supposed *not* to return org-indent-line, as now I cleaned my hooks (some modes where called several times redundantly in message-mode, text-mode, etc.), I see no more problems, sorry for the disturbance.