I want this:
** This is a heading
This is a logical line. But, because I have visual-line-mode on, lines
will wrap at the edge, as is just and godly. But, such elegant formatting
as you see here is but a fleeting fantasy. Various indentation schemes in
my Emacs Org-mode installation compete for dominance, so even though my
org-mode text looks like this when I’m first typing a file, if I do any
kind of function on the subtree, like opening, closing, promoting, etc.,
or reload the buffer, I’m left with text formatted like the following
abomination:
No matter what I try, I get this:
** This is a heading
This is Tina’s cruel Emacs installation, which, no matter what
combination of settings and minor-modes she tries, will constantly
attempt to indent visual lines as well as logical lines, which makes
sense for programming but is an absolute eyesore when dealing with long
stretches of text. She wants to have only logical lines indented in
org-mode, preferably in the text itself but she will settle for having
it happen at display-time. But, I steadfastly prevent her from doing
this, because I enjoy taunting her with visions of what could be and
never will. BWA HA HA HA HAAAA
Seriously, how do I do this? Ordinarily I’m using org-indent-mode
, but I’ve tried turning that off and relying on the org-adapt-indentation
, I’ve tried using adaptive-wrap-prefix-mode, I’ve tried using aggressive-indent-mode
(which doesn’t even seem to work with org-mode
)… nothing produces the desired behavior. I’ve looked into other StackExchange questions, even: this one specifically relates to org-export, not editing while in org-mode, while this person seems to want the opposite of what I want (I think? It’s not clear). I just want to know how to get the behavior above: logical lines are automatically indented (preferably by adding spaces in the file itself) to the heading level, while wrapped visual lines are not. (I can get close to this behavior if I have other indenting modes turned off and org-adapt-indentation
set to t
, but it’s not automatic, which is a dealbreaker.)
Thanks!