From: TRS-80 <lists.trs-80@isnotmyreal.name>
To: emacs-orgmode@gnu.org
Subject: Re: org-adapt-indentation not honored prior to Org 9.4?
Date: Wed, 24 Mar 2021 10:08:49 -0400 [thread overview]
Message-ID: <40f31dee9bd62d8ca1a071448f554722@isnotmyreal.name> (raw)
In-Reply-To: <21418.1616441853@alto>
On 2021-03-22 15:37, Mike Kupfer wrote:
> Over the weekend I upgraded my Emacs from 27.1 (Org 9.3) to 27.2-rc2
> (Org 9.4). I 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.
>
> AFAIK, I'm not using electric-indent-mode; at least it's not shown
> in the minor mode list in the modeline.
>
> org-adapt-indentation is t in both Emacs 27.1 and Emacs 27.2. Was
> there a bug fix that went into Org 9.4 such that
> org-adapt-indentation is now honored? Could the change in behavior
> be documented in the ORG-NEWS file in Emacs?
>
> I already asked about this on emacs-devel; Eli Z. sent me over here.
>
> thanks,
> mike
You are not alone, mate. We discussed this not too long ago in the
following thread:
Turning off all indentation in 9.4.4
https://lists.gnu.org/archive/html/emacs-orgmode/2021-02/msg00045.html
In particular, the answer you seek may be in this post:
https://lists.gnu.org/archive/html/emacs-orgmode/2021-02/msg00285.html
The TL; DR of which is to turn off ~electric-indent-local-mode~ in
org-mode:
#+begin_src emacs-lisp
(add-hook 'org-mode-hook (lambda () (electric-indent-local-mode -1)))
#+end_src
Of course, you could test live first in an Org buffer by pressing M-:
and eval:
#+begin_src emacs-lisp
(electric-indent-local-mode -1)
#+end_src
If that does what you expect, then set up the above mode hook in your
init file.
If your expectations are slightly different to mine, hopefully there
is something in that thread that might be helpful for you.
Cheers,
TRS-80
next prev parent reply other threads:[~2021-03-24 14:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 19:37 org-adapt-indentation not honored prior to Org 9.4? Mike Kupfer
2021-03-24 14:08 ` TRS-80 [this message]
2021-03-24 14:45 ` Maxim Nikulin
2021-03-30 3:38 ` Kyle Meyer
2021-03-30 4:21 ` Tim Cross
2021-03-31 4:14 ` Kyle Meyer
2021-03-31 8:53 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40f31dee9bd62d8ca1a071448f554722@isnotmyreal.name \
--to=lists.trs-80@isnotmyreal.name \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).