From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Simple source block breaks LaTeX export Date: Tue, 13 Dec 2011 17:51:05 -0500 Message-ID: <4757.1323816665@alphaville.americas.hpqcorp.net> References: <87borccdam.wl%ded-law@ddoherty.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RabBk-0006LD-NO for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 17:51:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RabBj-0004te-Fq for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 17:51:08 -0500 Received: from g1t0026.austin.hp.com ([15.216.28.33]:13048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RabBj-0004tO-Ba for emacs-orgmode@gnu.org; Tue, 13 Dec 2011 17:51:07 -0500 In-Reply-To: Message from Daniel E. Doherty of "Tue, 13 Dec 2011 16:33:21 CST." <87borccdam.wl%ded-law@ddoherty.net> 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: "Daniel E. Doherty" Cc: nicholas.dokos@hp.com, Org-mode List Daniel E. Doherty wrote: > > If I try to export the following org file to LaTeX, I get a stringp > violation. > > ================================== > * Hello > #+begin_src ruby > $f = [] > $f[0] = $f[1] = 1 > #+end_src > ================================== > > Here is the traceback: > ================================== > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > string-match("ORG-LIST-END-MARKER\\'" nil) What version? It works fine with Org-mode version 7.7 (release_7.7.624.gda56) which is not quite the latest, but it's close. I also took the opportunity to pull latest (Org-mode version 7.8.02 (release_7.8.02.2.g490d6a)) and it works fine there too. Nick