Daniel E. Doherty <ded-...@ddoherty.net> 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