Merge branch 'master' of git+ssh://repo.or.cz/srv/git/Worg
[Worg.git] / org-mailing-list.org
blob23fe6b7e4996e5b995bafd7a1cba2d1632f5e64e
1 #+OPTIONS:    H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
2 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
3 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
4 #+TAGS:       Write(w) Update(u) Fix(f) Check(c) 
5 #+TITLE:      Org mailing list
6 #+AUTHOR:     Worg people
7 #+EMAIL:      bzg AT altern DOT org
8 #+LANGUAGE:   en
9 #+PRIORITIES: A C B
10 #+CATEGORY:   worg
12 # This file is the default header for new Org files in Worg.  Feel free
13 # to tailor it to your needs.
15 [[file:index.org][{Back to Worg's index}]]
17 * Search in Org mailing list
19 The [[file:org-mailing-list.org][Org mailing list]] is very active.  
21 #+BEGIN_HTML
22 <form method="get" action="http://search.gmane.org/">
23 <input type="text" name="query">
24 <input type="hidden" name="group" value="gmane.emacs.orgmode">
25 <input type="submit" value="Search gmane.emacs.orgmode">
26 </form>
27 #+END_HTML
29 * Last messages from the mailing list
31 #+BEGIN_HTML
32 <?php
34 define('MAGPIE_DIR', '/home/guerry/wikiprof.net/magpie/');
35 require_once(MAGPIE_DIR.'rss_fetch.inc');
36 $url1 = "http://rss.gmane.org/topics/excerpts/gmane.emacs.orgmode";
38 if ( $url1 ) 
39    {
40    $rss1 = fetch_rss( $url1 );
41    echo "<div><h3><a href=\"http://rss.gmane.org/topics/excerpts/gmane.emacs.orgmode\">";
42    echo "Org-mode mailing list</a></h3>\n\n";
43    echo "<div class=\"content\">";
44    echo "<ul>\n";
46    foreach ($rss1->items as $item) {
47             $href1 = $item['link'];
48             $title1 = htmlentities($item['title']);     
49             echo "<li><a class=\"feed\" href=\"$href1\">$title1</a></li>\n";
50             }
51             echo "</ul>\n</div>\n</div>\n";}
53 #+END_HTML
55 * Statistics (as of sept. 5th 2010)
57 ** Scope and method
59 Here are a few stats that I computed "manually" from my Org inbox.
61 I read my emails with [[http://gnus.org][Gnus]].  I used a small utility called [[http://www.emacswiki.org/emacs/GnusStats][gnus-stat.el]]
62 to get a few figures from my Org-mode inbox, which I keep separate from
63 my "private" Org conversations.
65 My Org inbox starts on Tue, 6 Jun 2006, with a [[http://article.gmane.org/gmane.emacs.orgmode/384][message from Carsten
66 announcing Org v4.36]].
68 ** Posts
70 : Total number of posts: 28643
71 : Average bytes/post: -1.000000
72 : Total number of posters: 1349
73 : Average posts/poster: 21.232765
75 | # of posts | Author           |
76 |------------+------------------|
77 |       5972 | Carsten Dominik  |
78 |       1356 | Bastien          |
79 |       1124 | Bernt Hansen     |
80 |        748 | Sebastian Rose   |
81 |        704 | Eric Schulte     |
82 |        544 | Nick Dokos       |
83 |        431 | Eric S Fraga     |
84 |        410 | Samuel Wales     |
85 |        396 | Manish           |
86 |        391 | Dan Davison      |
87 |        362 | Leo              |
88 |        347 | David Maus       |
89 |        334 | Matthew Lundin   |
90 |        311 | Sébastien Vauban |
91 |        266 | Adam Spiers      |
92 |        253 | Matt Lundin      |
93 |        246 | Russell Adams    |
94 |        235 | Tassilo Horn     |
95 |        224 | Richard Riley    |
96 |        218 | Giovanni Ridolfi |
98 ** Threads
100 : Total number of subjects: 9615
101 : Average posts/subject: 2.978991
103 | 64 | Re: Sourceforge community award                           |
104 | 56 | Re: [ANN] Org-babel integrated into Org-mode              |
105 | 51 | Re: Behavior of Gnus when called from an hyperlink        |
106 | 46 | Re: IMPORTANT: (possibly) incompatible Change             |
107 | 43 | Beamer support in Org-mode                                |
108 | 39 | Re: keys and command name info                            |
109 | 38 | POLL: the 40 variables project                            |
110 | 38 | depending TODOs, scheduling following TODOs automatically |
111 | 34 | Re: New beamer support                                    |
112 | 32 | iPhone ----> org-mode                                     |
113 | 31 | Re: POLL: Change of keys to move agenda through time      |
114 | 31 | Re: org-mode on sloooow computer                          |
115 | 30 | Re: Support (or not) for Emacs 21, and XEmacs             |
116 | 30 | Re: DocBook exporter for Org-mode                         |
117 | 29 | Poll: Who is using these commands                         |
118 | 28 | Re: contact management in org-mode?                       |
119 | 27 | Re: [Babel] Macro for begin_src?                          |
120 | 27 | Docs submitted                                            |
121 | 26 | Re: Added support for "habit tracking"                    |
122 | 26 | org-plot                                                  |
126 ** TODO Gmane stats?
128 Here is an idea: Gmane gives [[http://gmane.org/output-rate.php?group%3Dgmane.emacs.orgmode][raw numbers]] -- we could use them to rebuild
129 the graph that you see [[http://dir.gmane.org/gmane.emacs.orgmode][here]].