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
6 #+EMAIL: mdl AT imapmail DOT org
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
14 [[file:users/bzg.org][Bastien]] set up Worg.
16 [[file:users/mlundin.org][Matt Lundin]] is the current maintainer.
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
25 « Gardners » are people who take special care of directories, pages or
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
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):
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
62 - Then focus on this tree to find the problem.
64 Quick long and a bit too manual - but effective.