From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Garreau\, Alexandre" Subject: org-indent-line loops infinitely (when orgstruct++) Date: Wed, 24 Oct 2018 17:31:37 +0200 Message-ID: <877ei7bbty.fsf@portable.galex-713.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFL8M-00042V-Oj for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 11:31:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFL8M-0000VF-42 for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 11:31:46 -0400 Received: from portable.galex-713.eu ([2a00:5884:8305::1]:45528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFL8L-0000SZ-Qn for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 11:31:46 -0400 Received: from localhost ([::1] helo=portable.galex-713.eu) by portable.galex-713.eu with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gFL8I-0005fB-UR for emacs-orgmode@gnu.org; Wed, 24 Oct 2018 17:31:43 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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 (=E2=80=9Ccar: Lisp nesting exceeds =E2=80=98max-lisp-eval-depth= =E2=80=99=E2=80=9D), 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?