From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.devel Subject: Re: Org mode behavior change in 27.2 (org-adapt-indentation) Date: Mon, 22 Mar 2021 17:23:30 -0700 Message-ID: <2605.1616459010@alto> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33659"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs developers To: Tim Cross Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 23 01:27:46 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lOUte-0008fA-1a for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Mar 2021 01:27:46 +0100 Original-Received: from localhost ([::1]:59776 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOUtb-0001uG-2k for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Mar 2021 20:27:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54848) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOUpg-0000vf-JG for emacs-devel@gnu.org; Mon, 22 Mar 2021 20:23:40 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:17615) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOUpe-0004GD-MC for emacs-devel@gnu.org; Mon, 22 Mar 2021 20:23:40 -0400 Original-Received: from alto (96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 12N0NU4D049995 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 22 Mar 2021 17:23:35 -0700 (PDT) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host 96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133] claimed to be alto In-Reply-To: Your message of "Tue, 23 Mar 2021 08:23:50 +1100." X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 27.2 Content-ID: <2604.1616459010.1@alto> Received-SPF: none client-ip=198.144.192.42; envelope-from=mkupfer@alum.berkeley.edu; helo=shell1.rawbw.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:266850 Archived-At: Tim Cross wrote: > On Tue, 23 Mar 2021 at 05:15, Mike Kupfer wrote: > > I upgraded from 27.1 to 27.2-rc2 over the weekend and noticed that Org > mode behaves differently, even with "emacs -Q". > > In 27.1, if I visit foo.org and type "* header RET", point is put in the > first column. In 27.2, point is put in column 3. > > This behavior is apparently controlled by org-adapt-indentation, which > is t in both 27.1 and 27.2. So maybe the behavior change is the result > of a bug fix? Should this be documented in NEWS somewhere? > > This is actually a side effect of org now honouring > electric-indent-mode. Ah, I see now. I didn't even realize electric-indent-mode was enabled--it doesn't appear in the minor mode list in the modeline, nor does it appear in the minor mode mode-line menu. :-( Thanks for explaining. mike