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 11:34:13 -0700 Message-ID: <17518.1616438053@alto> References: <83blbb9hrr.fsf@gnu.org> 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="6455"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 22 19:38:43 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 1lOPRo-0001Wn-CE for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Mar 2021 19:38:40 +0100 Original-Received: from localhost ([::1]:47324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOPRn-0007NH-9i for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Mar 2021 14:38:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOPNg-0005Ii-EO for emacs-devel@gnu.org; Mon, 22 Mar 2021 14:34:24 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:40922) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOPNd-00028l-3z; Mon, 22 Mar 2021 14:34:24 -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 12MIYDAa039483 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 22 Mar 2021 11:34:18 -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 "Mon, 22 Mar 2021 20:15:36 +0200." <83blbb9hrr.fsf@gnu.org> X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 27.2 Content-ID: <17517.1616438053.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:266784 Archived-At: Eli Zaretskii wrote: > > From: Mike Kupfer > > Date: Mon, 22 Mar 2021 11:04:08 -0700 > > > > 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? > > Which NEWS are you reading, though? Org has its own news, see > etc/ORG-NEWS. It looks like Emacs 27.1 has Org 9.3, whereas Emacs 27.2 has Org 9.4. I don't see anything in the 9.4 section of ORG-NEWS that calls out the change in behavior. There's some discussion about a new allowed value for org-adapt-indentation, but it doesn't seem to imply that the behavior has changed when org-adapt-indentation is t. BTW, what's the expected mechanism for a user to view ORG-NEWS? I see that it's installed into the "share" tree, but I don't see how to view it via Help or Info. (I can open a bug about this if it would be helpful.) thanks, mike