From 507cf71de2699703276df39e4c0d78f45dfba97f Mon Sep 17 00:00:00 2001 From: Maxim Nikulin Date: Thu, 20 May 2021 00:02:05 +0700 Subject: [PATCH] etc/ORG-NEWS: Suggest against disabling `electric-indent-mode' * etc/ORG-NEWS (~org-adapt-indentation~ now defaults to =nil=): Suggest against disabling `electric-indent-mode'. --- etc/ORG-NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index f49d2c043..8707222e0 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -55,8 +55,11 @@ If you want to automatically indent headlines' metadata, set it to If you want to automatically indent every line to the headline's current indentation, set it to =t=. -Also beware that the behavior of =RET= and =C-j= also depends on the -value of ~electric-indent-mode~. See [[https://orgmode.org/worg/org-faq.html#indentation][this FAQ]] for more details. +Indent added by =RET= and =C-j= also depends on the value of +~electric-indent-mode~. Enabling this mode by default in 9.4 revealed +some bugs caused confusing behavior. If you disabled +~electric-indent-mode~ for this reason, it is time to try it again. +Hopefully problems have been fixed. See [[https://orgmode.org/worg/org-faq.html#indentation][this FAQ]] for more details. *** ~org-speed-commands-user~ is obsolete, use ~org-speed-commands~