From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Worg Date: Fri, 24 Dec 2010 15:08:56 +0100 Message-ID: <87fwtnuutj.fsf@gnu.org> References: <8370FE0F-25EF-4C3D-8641-E89C832B0286@tsdye.com> <8739pouq75.fsf@gnu.org> <80y67feb54.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=46831 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PW8Kf-0007Vd-J8 for emacs-orgmode@gnu.org; Fri, 24 Dec 2010 09:09:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PW8Kb-0001hP-JX for emacs-orgmode@gnu.org; Fri, 24 Dec 2010 09:09:21 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:61748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PW8Kb-0001hG-Ak for emacs-orgmode@gnu.org; Fri, 24 Dec 2010 09:09:17 -0500 Received: by wwb17 with SMTP id 17so7181763wwb.30 for ; Fri, 24 Dec 2010 06:09:16 -0800 (PST) In-Reply-To: <80y67feb54.fsf@missioncriticalit.com> (=?iso-8859-1?Q?=22S?= =?iso-8859-1?Q?=E9bastien?= Vauban"'s message of "Fri, 24 Dec 2010 11:08:23 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?iso-8859-1?Q?S=E9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi Sebastian, Sébastien Vauban writes: > If helpful for the future, could you tell us what it was? Yes - here is the commit message: http://repo.or.cz/w/Worg.git/commit/c7d7f1e84cf2543315f8a6e48c950167201cdaff A #+begin_src was inside a #+begin_quote construct, which seems to confuse the HTML exporter (as expected). This was in org-issues.org, the most daunting file to export, not only because it's the biggest file in Worg but also because it quotes many examples from emails. > Do we have to avoid certain constructs in the Org files to avoid the > bug to come back? Yes, When quoting examples (in org-issues.org or elsewhere), we need to be careful about not including syntactic elements at the wrong place. Also, exporting Worg is made using the last Org release, not the latest Org version from git: so anything that is exportable with bleeding-edge Org is not always exportable with the Org version on the server. Here is how I tracked down the problem if it helps : - I tried to export locally with latest Org (from git) to see where the export process stops: I found org-issues.org was the culprit - I took a quick look at org-issues.org be couldn't spot the problem - I then tried to export by first commenting out the 1st-level trees in org-issues.org except one: reiterated this till I found the ill-formed tree. - Then focus on this tree to find the problem. Quick long and a bit too manual - but effective. I added a section about this in worg-maintainance.org: http://orgmode.org/worg/worg-maintainance.php (Should appear in online Worg soon.) > Thanks and happy (holi)days to you all! Thanks! Happy Xmas to everyone :) -- Bastien