On Feb 27, 2011, at 12:47 PM, Nicolas wrote:

Hello,

Jeff Horn <jrhorn424@gmail.com> writes:

I noticed this last week and can reproduce it. I was just preparing a
bug report on this very problem, and my test file is similar to yours.

Minimal org setup.
Org-mode version 7.4 (release_7.4.501.gc6dbde.dirty)
GNU Emacs 24.0.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-02-10 on braeburn.aquamacs.org - Aquamacs Distribution 3.xdev

I cannot reproduce this. Could you try to upgrade to a more recent
version, just in case?

Regards,

--
Nicolas


Aloha all,

I'm able to reproduce this with the latest version.

git bisect says:

69e02a73de7423bafa4df473cb746865c305b7ae is the first bad commit
commit 69e02a73de7423bafa4df473cb746865c305b7ae
Author: Nicolas Goaziou <n.goaziou@gmail.com>
Date:   Sun Jan 2 13:52:16 2011 +0100

    Modified export engines for lists
    
    * lisp/org-exp.el (org-export-mark-lists): new function, replacing
      org-export-mark-list-ending. It adds information as text properties
      to every list, before changes done by exporter destruct them.
    
    * lisp/org-html.el (org-export-as-html): delegate list handling to
      external function org-html-export-list-line.
    (org-html-export-list-line): new function.
    
    * lisp/org-latex.el (org-export-latex-lists): small modification.

:040000 040000 5c6d7691e72af31680c5560171cc46bea56112ea 4de9fe5e7c954b31ab23a9e84ba28fa818c368c8 M      lisp

All the best,
Tom