emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Carsten Dominik
Subject: Re: [Orgmode] Fail to compile a file's LaTeX export
Date: Sun, 21 Mar 2010 07:30:21 +0100


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 (char-code #\B) => 66
 4. terpri and fresh-line
5. "~n&" print a new line if not at the beginning of a line and then n-1 new lines.
--------------------------------


These things are code examples, and I think the bes way to deal
with them is by markign them as such:

* one
 1. =(char "string" 2)= => =#\r=
 2. define-modify-macro
 3. =(code-char 66)= =>  and =(char-code #\B)= => 66
 4. terpri and fresh-line
5. "~n&" print a new line if not at the beginning of a line and then n-1 new lines.

HTH

- Carsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]