Add Marco Wahl to the list of signed contributors
[worg.git] / org-mailing-list.org
blob5be0e124427f2574fc03a676532cdb527c22cd8c
1 #+OPTIONS:    H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t 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:      mdl AT imapmail 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 The Org mailing list is an English language forum for discussing Org.
18 It is used by the diverse community of Org developers, maintainers,
19 contributors, experienced users, and new and prospective users both for
20 discussion and as a repository of information. It was established by
21 the creator of Org-mode, Carsten Dominik, who enjoys the different
22 perspectives and range of interests expressed there.
24 The list is less formal and more diverse than a site like
25 [[http://stackoverflow.com/tags/org-mode/info][stackoverflow]], which has an org-mode section. Subscribers' messages to
26 the list aren't moderated and there is no formal mechanism to rate
27 questions, answers, or reputations.
29 List etiquette encourages posters to be precise, concise, and
30 friendly.  Lengthy excerpts of quoted material are probably redundant
31 and they clog certain distribution channels.  Posters should include
32 enough quoted material to establish the context for their comments and
33 cut away the rest.
35 * Search in Org mailing list
37 The [[http://lists.gnu.org/mailman/listinfo/emacs-orgmode][Org mailing list]] is very active.  You can also browse it on [[http://news.gmane.org/gmane.emacs.orgmode][Gmane]].
39 #+BEGIN_HTML
40 <form method="get" action="http://search.gmane.org/">
41 <input type="text" name="query">
42 <input type="hidden" name="group" value="gmane.emacs.orgmode">
43 <input type="submit" value="Search gmane.emacs.orgmode">
44 </form>
45 #+END_HTML
47 * What to do before posting a question
49  Please see the following FAQs:
51    - [[file:org-faq.org::#can-org-do-x][Can Org-mode do "x"? Does org have "x" feature?]]
52    - [[file:org-faq.org::#when-to-contact-mailing-list][What should I do before contacting the mailing list?]]
53    - [[file:org-faq.org::#ml-subscription-and-gmane][I read the mailing list through gmane. Should I subscribe?]]
54    - [[file:org-faq.org::#bug-reporting][I think my Org-mode is broken! How do I report a bug?]]
56 * COMMENT Last messages from the mailing list
58 #+BEGIN_HTML
59 <?php
61 define('MAGPIE_DIR', '/home/guerry/wikiprof.net/magpie/');
62 require_once(MAGPIE_DIR.'rss_fetch.inc');
63 $url1 = "http://rss.gmane.org/topics/excerpts/gmane.emacs.orgmode";
65 if ( $url1 ) 
66    {
67    $rss1 = fetch_rss( $url1 );
68    echo "<div><h3><a href=\"http://rss.gmane.org/topics/excerpts/gmane.emacs.orgmode\">";
69    echo "Org-mode mailing list</a></h3>\n\n";
70    echo "<div class=\"content\">";
71    echo "<ul>\n";
73    foreach ($rss1->items as $item) {
74             $href1 = $item['link'];
75             $title1 = htmlentities($item['title']);     
76             echo "<li><a class=\"feed\" href=\"$href1\">$title1</a></li>\n";
77             }
78             echo "</ul>\n</div>\n</div>\n";}
80 #+END_HTML
82 * Statistics (as of sept. 19th 2010)
83   
84 ** Scope and method
86 Here are a few stats that I computed from the [[ftp://lists.gnu.org/emacs-orgmode/][lists.gnu.org]] server
87 archives.
89 I concatenated the archives into one single mbox file, then I used a
90 small utility called [[http://www.emacswiki.org/emacs/GnusStats][gnus-stat.el]].
92 ** Posts
94 : Total number of posts: 30810
95 : Average bytes/post: -1.000000
96 : Total number of posters: 1402
97 : Average posts/poster: 21.975749
99 | Posts | Authors          |
100 |-------+------------------|
101 |  6325 | Carsten Dominik  |
102 |  1227 | Bastien          |
103 |  1169 | Bernt Hansen     |
104 |   806 | Sebastian Rose   |
105 |   762 | Eric Schulte     |
106 |   574 | Nick Dokos       |
107 |   474 | Eric S Fraga     |
108 |   431 | Samuel Wales     |
109 |   426 | Dan Davison      |
110 |   415 | Manish           |
111 |   386 | David Maus       |
112 |   374 | Leo              |
113 |   363 | Sébastien Vauban |
114 |   342 | Matthew Lundin   |
115 |   279 | Matt Lundin      |
116 |   271 | Adam Spiers      |
117 |   269 | Richard Riley    |
118 |   267 | Rainer Stengele  |
119 |   248 | Russell Adams    |
120 |   242 | Tassilo Horn     |
122 : Total number of subjects: 10085
123 : Average posts/subject: 3.055032
125 | # posts | Subject                                                             |
126 |---------+---------------------------------------------------------------------|
127 |      71 | [Orgmode] Re: Sourceforge community award                           |
128 |      56 | [Orgmode] Re: [ANN] Org-babel integrated into Org-mode              |
129 |      51 | [Orgmode] Re: Behavior of Gnus when called from an hyperlink        |
130 |      46 | [Orgmode] Re: IMPORTANT: (possibly) incompatible Change             |
131 |      45 | [Orgmode] depending TODOs, scheduling following TODOs automatically |
132 |      43 | [Orgmode] Beamer support in Org-mode                                |
133 |      39 | [Orgmode] Re: keys and command name info                            |
134 |      38 | [Orgmode] POLL: the 40 variables project                            |
135 |      35 | [Orgmode] Re: Org now fontifies code blocks                         |
136 |      34 | [Orgmode] Re: New beamer support                                    |
137 |      33 | [Orgmode] Re: POLL: Change of keys to move agenda through time      |
138 |      33 | [Orgmode] Re: org-mode on sloooow computer                          |
139 |      32 | [Orgmode] iPhone ----> org-mode                                     |
140 |      30 | [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs             |
141 |      30 | [Orgmode] Re: DocBook exporter for Org-mode                         |
142 |      29 | [Orgmode] Poll: Who is using these commands                         |
143 |      29 | [Orgmode] Re: log on state change                                   |
144 |      28 | [Orgmode] Re: contact management in org-mode?                       |
145 |      28 | [Orgmode] property searches for #+CATEGORY                          |
146 |      28 | [Orgmode] XHTML export - &nbsp; etc.                                |
148 ** TODO Gmane stats?
150 Here is an idea: Gmane gives [[http://gmane.org/output-rate.php?group%3Dgmane.emacs.orgmode][raw numbers]] -- we could use them to rebuild
151 the graph that you see [[http://dir.gmane.org/gmane.emacs.orgmode][here]].