Add hack/code: capture invitations/appointments from MS Exchange emails
[Worg.git] / worg-maintainance.org
blob823199231272291f29d8d56c3e6aa9861da4e826
1 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
2 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
3 #+TAGS:       Write(w) Update(u) Fix(f) Check(c)
4 #+TITLE:      Worg maintainance
5 #+AUTHOR:     Worg people
6 #+EMAIL:      mdl AT imapmail DOT org
7 #+LANGUAGE:   en
8 #+PRIORITIES: A C B
9 #+CATEGORY:   worg
10 #+OPTIONS:    H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
12 * Worg maintainer
14 [[file:users/bzg.org][Bastien]] set up Worg.
16 [[file:users/mlundin.org][Matt Lundin]] is the current maintainer.
18 ** Maintainer role
20 - give push access to new contributors in [[http://repo.or.cz/w/Worg.git][Worg.git]]
21 - access to the server and fix possible publishing issues from there
23 * Worg gardners
25 « Gardners » are people who take special care of directories, pages or
26 sections in Worg.
28 - Matt Lundin is taking special care of [[file:org-faq.org][Worg's FAQ]].
29 - David Maus is taking care of [[file:org-issues.org][org-issues.org]]
30 - [Adopt a directory/page here]
32 * Worg doesn't publish correctly - what to do?
34 ** What need to be taken care of?
36 /Do we have to avoid certain constructs in the Org files to avoid the bug
37 to come back?/
39 Yes, When quoting examples (in org-issues.org or elsewhere), we need to be
40 careful about not including syntactic elements at the wrong place.
42 Also, exporting Worg is made using the last Org release, not the latest
43 Org version from git: so anything that is exportable with bleeding-edge
44 Org is not always exportable with the Org version on the server.
46 ** How to track down a publishing problem?
48 From Bastien's email (on 2010-12-24 Fri):
50 #+begin_quote
51 Here is how I tracked down the problem if it helps :
53 - I tried to export locally with latest Org (from git) to see where the
54   export process stops: I found org-issues.org was the culprit
56 - I took a quick look at org-issues.org be couldn't spot the problem
58 - I then tried to export by first commenting out the 1st-level trees in
59   org-issues.org except one: reiterated this till I found the ill-formed
60   tree. 
62 - Then focus on this tree to find the problem.
64 Quick long and a bit too manual - but effective.
65 #+end_quote