emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] electric-indent-mode in Emacs 25 not indenting in Org


From: Andrew Burgess
Subject: Re: [O] electric-indent-mode in Emacs 25 not indenting in Org
Date: Tue, 21 Oct 2014 16:11:17 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

* William Denton <address@hidden> [2014-10-15 22:13:16 -0400]:

> I noticed something odd with electric-indent-mode, which I had enabled, and
> which is on by default in 24.4.

I think the problem is with the calls to `newline' within org-return.

The code for `newline' was changed so that non-interactive calls don't
run the post-self-insert-hook, the result is that the
electric-indent-post-self-insert-function is not called.

HTH
Andrew



reply via email to

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