[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Org mode and Emacs (was: Convert README.org to plain text README while i
From: |
Stefan Monnier |
Subject: |
Org mode and Emacs (was: Convert README.org to plain text README while installing package) |
Date: |
Tue, 07 Jun 2022 14:14:13 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Rather than try and figure out who's right or wrong, I hope we can take
advantage of this discussion to get some code out that try to solve
the problem.
AFAICT the problem seen from Emacs, is that Org is large (even for
a basic uses, which occasionally leads to high load times) and that it
doesn't follow all the usual Emacs conventions, such as
overriding/remapping standard key-bindings (the resulting behaviors may
sometimes be similar to the standard one, but even when that's the case
the redefinition can easily bite the user).
The problem seen from Org is that Emacs doesn't use Org enough :-)
[ This paragraph's shorter length probably reflects the fact that I'm
less familiar with Org than with Emacs. ]
I think the way forward is to define a "basic org-mode". This one could
be used at many more places where there's currently an occasional desire
to use Org that's resisted because of the above problems.
Ideally, org-mode would then be defined as an extension of this "basic
org-mode". Also ideally some of those extensions would be reworked so
they can be used "Emacs-wide" rather than only in Org (obviously, that
can only make sense for some of them).
We could start this "basic org-mode" as a trivial copycat of
`outline-mode` and then start adding Org features to it. The driving
constraint is to keep it lightweight and rules-abiding enough that there
won't be any resistance to using it, while at the same time making sure
that the features added to it can be removed from the "org-mode
extension", so that org-mode and "basic org-mode" don't diverge.
Stefan
- Re: Convert README.org to plain text README while installing package, (continued)
- Re: Convert README.org to plain text README while installing package, Kévin Le Gouguec, 2022/06/12
- Re: Common keybindings idea for multiple markups, Jean Louis, 2022/06/12
- Re: Convert README.org to plain text README while installing package, Tim Cross, 2022/06/08
- Re: Convert README.org to plain text README while installing package, Eli Zaretskii, 2022/06/09
- Re: Convert README.org to plain text README while installing package, Alan Mackenzie, 2022/06/09
- Re: Convert README.org to plain text README while installing package, Ihor Radchenko, 2022/06/11
- Re: Convert README.org to plain text README while installing package, Alan Mackenzie, 2022/06/07
- Org mode and Emacs (was: Convert README.org to plain text README while installing package),
Stefan Monnier <=
- Re: Org mode and Emacs, Lars Ingebrigtsen, 2022/06/07
- Re: Org mode and Emacs, Stefan Monnier, 2022/06/07
- Re: Org mode and Emacs, Eli Zaretskii, 2022/06/07
- Re: Org mode and Emacs, Stefan Monnier, 2022/06/07
- Re: Org mode and Emacs, Lars Ingebrigtsen, 2022/06/07
- Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package), Tim Cross, 2022/06/07
- Re: Org mode and Emacs, Visuwesh, 2022/06/08
- Re: Org mode and Emacs, Tim Cross, 2022/06/08
- Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package), Richard Stallman, 2022/06/09
- Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package), Tim Cross, 2022/06/09