Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-22 Thread Carsten Dominik
On Apr 22, 2010, at 11:09 AM, Sebastian Rose wrote: Carsten Dominik writes: Hi Sebastian, thanks or your patience - I have now aplied this patch. Thanks!!! You are saying that your files "mostly validate". Are there issues we should address? No no no no no. OK, I am glad to hear th

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-22 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > thanks or your patience - I have now aplied this patch. Thanks!!! > You are saying that your files "mostly validate". Are there issues > we should address? No no no no no. I checked it over and over again it's _not_ the exporter, but PHP's bui

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-22 Thread Carsten Dominik
Hi Sebastian, thanks or your patience - I have now aplied this patch. You are saying that your files "mostly validate". Are there issues we should address? Thanks! - Carsten On Apr 22, 2010, at 3:26 AM, Sebastian Rose wrote: Carsten Dominik writes: Hi Sebastion, sorry for being hard to s

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-21 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastion, sorry for being hard to satisfy on this one. > > What I mean is this: > > The location where your patck kicks in looks like this: > > > (org-export-html-close-lists-maybe line) > > ;; Protected HTML > (when (get-text-property 0 '

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-21 Thread Carsten Dominik
Hi Sebastion, sorry for being hard to satisfy on this one. What I mean is this: The location where your patck kicks in looks like this: (org-export-html-close-lists-maybe line) ;; Protected HTML (when (get-text-property 0 'org-protected line) (let

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-21 Thread Sebastian Rose
Hi Carsten, Carsten Dominik writes: > Hi Sebastian, > > I am not sure I understand this patch fully. And it looks to me that this > should be taken care of in `org-export-html-close-list-maybe'. Could you take > another look and check if this could be easily moved into there? I am > confuse

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-21 Thread Carsten Dominik
Hi Sebastian, I am not sure I understand this patch fully. And it looks to me that this should be taken care of in `org-export-html-close-list-maybe'. Could you take another look and check if this could be easily moved into there? I am confused why this is inside the when clause about

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-18 Thread Sebastian Rose
Haaarrrgh --- the first patch in my previous mail does not work for all cases. Hairy stuff Here's what did _not_ work with my previous patch: #+html: *Unsorted Patterns* - a - b - c #+HTML: Somthing inside the last item!!! #+HTML: But this one finally wor

[Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-18 Thread Sebastian Rose
Hello Carsten, there was much discussion about a terminator and I ran into a problem, that made me think we need one. But then I found we had one --- it's just not used on HTML export. Below is a little file I wrote. Thanks to the `- __' items, it results in the XHTML closely to what I wanted i