Re: [O] Simple source block breaks LaTeX export

2011-12-13 Thread Daniel E . Doherty
Thanks, Nick. That was it alright. Having the package manage in Emacs 24 makes this kind of fix really easy. Regards, At Tue, 13 Dec 2011 19:45:59 -0500, Nick Dokos wrote: > > Daniel E. Doherty wrote: > > > Nick, > > > > Oops, yeah, its version 7.7, as distributed with emacs 24.0.92. I've

Re: [O] Simple source block breaks LaTeX export

2011-12-13 Thread Nick Dokos
Daniel E. Doherty wrote: > Nick, > > Oops, yeah, its version 7.7, as distributed with emacs 24.0.92. I've tried > exporting to HTML also. It > works. > This was fixed shortly thereafter. You have to either upgrade or cherry-pick the fix. The relevant commit is , | $ git show c3631aae7e

Re: [O] Simple source block breaks LaTeX export

2011-12-13 Thread Nick Dokos
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: >

[O] Simple source block breaks LaTeX export

2011-12-13 Thread Daniel E . Doherty
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 e