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 [[http://lists.gnu.org/archive/html/emacs-orgmode/2010-12/msg01181.html][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.
66 * Preventing publishing errors
68 Locally export any document you edit as HTML (=C-c C-e H=) prior to
69 committing it to Worg and ensure the export process doesn't fail. This
70 will be more reliable if you're running the latest version of Org.
72 You may also want to check the formatting in a browser before committing
73 your change (=C-c C-e b=).
75 * Troubleshooting publishing errors
77 If you notice Worg isn't updating, visit
78 http://orgmode.org/worg/publishing.txt and look for the export error
79 near the bottom to find the file where publishing stopped. Locally
80 update to the latest version of Org, open that file, and try reproducing
81 the export error (=C-c C-e H=). If it's not obvious where the problem is,
82 look at the most recent changes to the file in question:
85 : git log -p org-quotes.org
87 Try reverting some of those changes and then re-test exporting (=C-c