Re: [Orgmode] Fail to compile a file's LaTeX export

2010-03-20 Thread Carsten Dominik
On Mar 20, 2010, at 9:29 PM, Leo wrote: Hello, While taking some common lisp notes, I found compiling the following org file's LaTeX output fails. #+title: test file * one 1. (char "string" 2) => #\r 2. define-modify-macro 3. (code-char 66) => #\B and (

[Orgmode] Fail to compile a file's LaTeX export

2010-03-20 Thread Leo
Hello, While taking some common lisp notes, I found compiling the following org file's LaTeX output fails. #+title: test file * one 1. (char "string" 2) => #\r 2. define-modify-macro 3. (code-char 66) => #\B and (char-code #\B) => 66 4. terpri and fresh-l