[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Org mode and Emacs
From: |
Po Lu |
Subject: |
Re: Org mode and Emacs |
Date: |
Sun, 12 Jun 2022 10:50:53 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) |
Ihor Radchenko <yantar92@gmail.com> writes:
> Could you please quantify much slower?
Making the Org manual takes about 27 seconds on my system:
GEN org.texi
GEN ../../info/org.info
real 0m27.210s
user 0m25.567s
sys 0m0.783s
Which is longer than it takes for the entire (much more massive) Emacs
Lisp reference manual:
GEN ../../info/elisp.info
real 0m24.561s
user 0m23.660s
sys 0m0.515s
And generating the .info file from the Org manual texinfo source takes
only:
GEN ../../info/org.info
real 0m5.381s
user 0m5.109s
sys 0m0.141s
So it's clear that the org to texinfo export takes most of the time.
> I believe that if we want to be serious about using Org for
> documentation more widely, we should first identify which particular
> aspects of Org are beneficial for documentation and which particular
> aspects are available in other documentation generators and must be then
> provided by Org (if not yet available).
I don't see why we should be serious about using Org for our
documentation, when most people already know texinfo and are quite happy
with it.
> This is not true. Org mode supports #+include: directives to incorporate
> multiple smaller files into one larger file.
That's nice, but why isn't the Org manual itself structured that way?
> You can edit Org files outside Emacs. Say, in vim.
But does it work very well?
> This last point also raises a question. Can Elisp interpreter and
> libraries be factored out of Emacs to create a way to execute Elisp
> programs without installing all the interactive parts of Emacs?
Probably not without a lot of work.
- Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package), (continued)
- Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package), Ihor Radchenko, 2022/06/14
- Re: Org mode and Emacs, Robert Pluim, 2022/06/14
- Cusom special block export, similar org org-link :export parameter (was: Org mode and Emacs), Ihor Radchenko, 2022/06/15
- Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package), Richard Stallman, 2022/06/15
- Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package), Ihor Radchenko, 2022/06/17
- Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package), Richard Stallman, 2022/06/11
- Re: Org mode and Emacs, Po Lu, 2022/06/11
- Re: Org mode and Emacs, Ihor Radchenko, 2022/06/11
- Re: Org mode and Emacs,
Po Lu <=
- Re: Org mode and Emacs, chad, 2022/06/11
- Re: Org mode and Emacs, Po Lu, 2022/06/12
- Re: Org mode and Emacs, Ihor Radchenko, 2022/06/12
- Re: Org mode and Emacs, Richard Stallman, 2022/06/12
- Re: Org mode and Emacs, Richard Stallman, 2022/06/12
- Re: Org mode and Emacs, Eli Zaretskii, 2022/06/12
- Re: Org mode and Emacs, David Masterson, 2022/06/12
- Re: Org mode and Emacs, Ihor Radchenko, 2022/06/11
- Re: Org mode and Emacs, David Masterson, 2022/06/12
- Re: Org mode and Emacs, Tim Cross, 2022/06/12