From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Export question Date: Tue, 25 May 2010 13:52:50 +0200 Message-ID: References: <4BFB3F6B.3040606@sift.info> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53989 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGsgp-0000y9-SO for emacs-orgmode@gnu.org; Tue, 25 May 2010 07:52:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGsgo-0005NJ-Oy for emacs-orgmode@gnu.org; Tue, 25 May 2010 07:52:55 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:44166) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGsgo-0005NA-L1 for emacs-orgmode@gnu.org; Tue, 25 May 2010 07:52:54 -0400 Received: by wwi18 with SMTP id 18so158481wwi.0 for ; Tue, 25 May 2010 04:52:53 -0700 (PDT) In-Reply-To: <4BFB3F6B.3040606@sift.info> 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: rpgoldman@sift.info Cc: Org Mode On May 25, 2010, at 5:09 AM, Robert Goldman wrote: > I have the org-generic-export working better, but I'm having one > remaining problem: > > I have been using org-export-preprocess-string to make it possible to > handle emphasis (previously o-g-e couldn't handle emphasis because it > did the translation line-by-line). > > org-export-preprocess-string has fixed the problem of emphasis that > crosses line boundaries, so that I can handle fontification. > > But now I have a problem of o-e-p-s smashing together more than one > list > item into a single line, if those list items are on adjacent lines, > like > > + foo > + bar > > question: is this just something we should never do? Should list > items > always have line skips in the middle? Or am I misusing o-e-p-s? I cannot reproduce this. But you give little context. Please make a more detailed example, maybe a simple test case where you throw some data at o-e-p-s and it comes back wrong... - Carsten