From mboxrd@z Thu Jan 1 00:00:00 1970 From: cberry@tajo.ucsd.edu Subject: Re: [BABEL][BUG] lists and inline src Date: Wed, 19 Sep 2012 08:45:26 -0700 Message-ID: <87627a3tk9.fsf@tajo.ucsd.edu> References: <87haqvf1e0.fsf@tajo.ucsd.edu> <87392eqv0e.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEMTC-0006SC-Rs for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 11:45:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEMT6-0005sA-RX for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 11:45:46 -0400 Received: from plane.gmane.org ([80.91.229.3]:54713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEMT6-0005rO-Kp for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 11:45:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TEMT7-0001Oj-VF for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 17:45:41 +0200 Received: from tajo.ucsd.edu ([137.110.122.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Sep 2012 17:45:41 +0200 Received: from cberry by tajo.ucsd.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Sep 2012 17:45:41 +0200 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: emacs-orgmode@gnu.org Bastien writes: > Hi Chuck, > > cberry@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