* William Denton <w...@pobox.com> [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