Re: [O] [BABEL][BUG] lists and inline src

2012-09-19 Thread Bastien
Hi Chuck,

cbe...@tajo.ucsd.edu writes:

 My apologies if this is already reported (I recall seeing something like
 this, but cannot find it in the archives).

 A list element starting with an inline src block is improperly
 parsed. 

I cannot reproduce this with Org 7.9.1.

-- 
 Bastien



Re: [O] [BABEL][BUG] lists and inline src

2012-09-19 Thread cberry
Bastien b...@altern.org writes:

 Hi Chuck,

 cbe...@tajo.ucsd.edu writes:

 My apologies if this is already reported (I recall seeing something like
 this, but cannot find it in the archives).

 A list element starting with an inline src block is improperly
 parsed. 

 I cannot reproduce this with Org 7.9.1.

I just did a git pull, trimmed my .emacs down to 

(setq load-path (cons ~/elisp/org-mode/lisp load-path))
(setq load-path (cons ~/elisp/org-mode/contrib/lisp load-path))

renamed  customizations.el, started Aquamacs, loaded org-e-latex.el and
reran 

(org-export-to-buffer 'e-latex *Test e-LaTeX* nil nil t)

I am still getting the same result.

What else can I do to get to the bottom of this??

Chuck