[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Org mode and Emacs
From: |
Ihor Radchenko |
Subject: |
Re: Org mode and Emacs |
Date: |
Mon, 26 Sep 2022 11:02:11 +0800 |
Bastien <bzg@gnu.org> writes:
>> - Let's see if we have more contributions to the manual and if
>> we really solved a problem here.
>
> (=> 2) This didn't happen.
I played around with the git log data and your claim appears to be
incorrect. The number of commits affecting manual increases
substantially according to my analysis. And it is not just initial spike
of fixes after introducing the new format.
See the attached histogram.

Methodology:
The org manual has been introduced around d330eed7c (2017-12)
#+begin_src bash
git log main --grep manual --format=%ci > manual-commits.dat
cat manual-commits.dat | awk '{print $1}' | cut -d- -f1,2 >
manual-commits-month.dat
#+end_src
#+begin_src gnuplot
set timefmt '%Y-%m'
set xdata time
set title "Number of commits according to \"git log --grep manual\"" font ",20"
set tics out
set label 1 ".texi → .org" at "2017-12",155 center font ",18" textcolor rgb'red'
set arrow from "2017-12",0 to "2017-12",150 nohead front lw 10 lc rgb'red'
set style fill solid 0.5 border
set yrange [0:160]
plot 'manual-commits-month.dat' u 1:(1.0) bins=40 w boxes t''
#+end_src
--
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92
- Re: Org mode and Emacs, (continued)
- Re: Org mode and Emacs, Eli Zaretskii, 2022/09/25
- Re: Org mode and Emacs, Tim Cross, 2022/09/25
- Re: Org mode and Emacs, Bastien, 2022/09/26
- Re: Org mode and Emacs, Ihor Radchenko, 2022/09/26
- Re: Org mode and Emacs, Bastien, 2022/09/26
- Re: Org mode and Emacs, Eli Zaretskii, 2022/09/26
- Re: Org mode and Emacs, Jean Louis, 2022/09/26
- Re: Org mode and Emacs, Ihor Radchenko, 2022/09/26
- Re: Org mode and Emacs, Robert Pluim, 2022/09/26
- Re: Org mode and Emacs, Richard Stallman, 2022/09/26
- Re: Org mode and Emacs,
Ihor Radchenko <=
- Re: Org mode and Emacs, Po Lu, 2022/09/26
- Re: Org mode and Emacs, Emanuel Berg, 2022/09/26
- Re: Org mode and Emacs, Bastien Guerry, 2022/09/26
- Re: Org mode and Emacs, T.V Raman, 2022/09/26
- Re: Org mode and Emacs, Eli Zaretskii, 2022/09/26
- Re: Org mode and Emacs, Ihor Radchenko, 2022/09/26
- Re: Org mode and Emacs, Bastien, 2022/09/26
- Re: Org mode and Emacs, Ihor Radchenko, 2022/09/26