Hi @ouigol@beehaw.org.
I’m using vanilla emacs with my own configuration. And replying to Sunoc made me remember that the scratch buffer starts as read-only
and not in org-mode
.
So it seems it comes from there…
I’ll have to bissect it?
Thanks a lot… :)
I tried it but still no joy…
Looking at this issue I noticed 3 things that may help to pinpoint the origin…:
(setq initial-major-mode 'org-mode) (setq-default major-mode 'org-mode)
(setq-default major-mode 'org-mode)
was(setq default-major-mode 'org-mode)
. Both expressions seems indistinguishable in the resulted behavior.org-roam
mode (andread-only
mode), which is very strange, but can obviously be related and/or part of the problem. The org-roam section (my config is literate in org-mode) comes before this variables being set.What does this info may imply?