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… :)
Estudié Biología, trabajo armando equipos de trabajo para mejorar sistemas complejos socio-tecnológicos y hacerlos(nos) más sustentables. :)
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… :)
Hello Sunoc.
read-only
, but it always start as so.undo
, emacs says “no undo information in this buffer” (searching for this didn’t seem to give relevant information except something from 2006 and then something about specific of a table-spreadsheet that I don’t use).From this and @[email protected] (I will relpy after this one) it looks that it may be my configuration, since I’m using vanilla emacs with my own configuration.
Anyway, thanks a lot for your time! :)
Happily, I know no one who uses Imessage. :)
Use a git repository for collaboration.
Or do you mean real-time? (there were a few intents for that, time ago…).
Unbelievable… Those that are responsible for this are throwing it to their children and grandchildren…
They could at least put them to use in Earthships.
I still cannot imagine how can anyone happily burden is own children (and it’s children, and it’s children, and it’s children, and all of our children too, up to many many generations) with is own harmful waste.
Also, there is the simple fact of neglecting the opportunity cost: given the amount of labor and money that any of those plants imply, would you invest it into more non renewable, fossil based, highly concentrated sources of energies, or cleaner, diversified, decentralized and renewable ones? In other words, we can ask ourselves this simple question: which of these options will make the world better for our children?
deleted by creator
Maybe it could use another argument: horizontal or vertical? :)
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?