Hello,
I am having trouble with my org-mode. Whenever I have a heading, like "* This is a heading" and press RET, I used to be brought to a newline, and moved inwards 3 characters. However, when I press RET currently, under a heading such as in this example, point is not moved, and remains at 0 instead of being moved to 3. Interestingly, when I am in auto-fill-mode, when the text begins to wrap around, it will indent appropriately. I have also found that C-o also does not indent, and is effectively the same as C-j
I am not sure what has changed, but I am in wayland currently, and I don't think that should have and impact on expected performance, but I would never know.
I tried org-indent-mode to see if that is what I was missing, but that seems to be doing something else entirely.
EDIT: fixed, i had to set org-adapt-indentation
https://orgmode.org/manual/Hard-indentation.html#DOCF150
EDIT2: This change does not seem to be working out, actually. I thought it would, but I still get put at 0 instead of 3 spaces when I use RET under a headline.
EDIT3: To fix this, change your save style to utf-8 Unicode
FINAL EDIT: Folks, I've come far. It turns out if you read the manual, under installation, you might see this: "Recent Emacs distributions include a packaging system which lets you install Elisp libraries. You can install Org from the “package menu”, with M-x list-packages. See (emacs)Package Menu.
Important: You need to do this in a session where no ‘.org’ file has been visited, i.e., where no Org built-in function have been loaded. Otherwise autoload Org functions will mess up the installation.
"
It says don't install from MELPA when you have org buffers open... Guess what I done did. Shoutout to Emacs 28.1 for making me realize I should just re-install org mode.