From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: worg/org-contrib list items are missing Date: Wed, 04 May 2011 20:04:07 -0400 Message-ID: <87oc3it3m0.fsf@fastmail.fm> References: <87tydai1ic.fsf@riotblast.dunsmor.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHm39-0007IG-Ms for Emacs-orgmode@gnu.org; Wed, 04 May 2011 20:04:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHm37-0003EV-PR for Emacs-orgmode@gnu.org; Wed, 04 May 2011 20:04:11 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:46920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHm37-0003EE-Km for Emacs-orgmode@gnu.org; Wed, 04 May 2011 20:04:09 -0400 In-Reply-To: <87tydai1ic.fsf@riotblast.dunsmor.com> (Jason Dunsmore's message of "Wed, 04 May 2011 16:44:59 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jason Dunsmore Cc: Ethan Ligon , "Emacs-orgmode@gnu.org" Jason Dunsmore writes: > "Sullivan, Gregory (US SSA)" writes: > >> Something is broken exporting worg source to lists: >> >> http://orgmode.org/worg/org-contrib/ >> >> is missing the list item headers. > > I see it's missing the left part of the description list items. I ran a > git-bisect and found the commit that introduced the problem: FWIW, the worg page can be fixed by adding an extra space after the "::" in the first description item. I'm applying this fix to Worg for the sake of readability, but am documenting my actions here, since it is related to the patch below. Best, Matt > > 49e6bc899758114d6d29e69a8f9e40798d26782b is the first bad commit > commit 49e6bc899758114d6d29e69a8f9e40798d26782b > Author: Ethan Ligon > Date: Sat Apr 9 18:39:35 2011 +0200 > > Fix for html & docbook export of description list items > > The problem is illustrated by the following example: > > * Illustration of bug in html export > - This has a space after the colons :: so will work in latex and html > - This doesn't have a space after the colons ::so is an invalid > description item according to the org manual. Won't work in html > or docbook. Will nevertheless work in latex, provided /first/ > description item is valid. > - Has a terminating space :: > - So it works in both html and latex export! > - Even though it's difficult to distinguish from the next example. > - Lacks a terminating space :: > - At present, *doesn't* work in html or docbook export, does in > latex. This is the case that the following patch fixes. > > :040000 040000 feb2527d8b3294e9d9a118f4752a414b8431d706 4bdeed49ce735a321ddbb3053c22282dd9909677 M lisp > > Ethan, can you investigate?