From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Fail to compile a file's LaTeX export Date: Sat, 20 Mar 2010 20:29:36 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nt5Iv-0003fQ-3Z for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 16:29:53 -0400 Received: from [140.186.70.92] (port=57338 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nt5Is-0003fI-Tt for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 16:29:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nt5Ir-0003cK-OI for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 16:29:50 -0400 Received: from lo.gmane.org ([80.91.229.12]:58341) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nt5Ir-0003cD-Gp for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 16:29:49 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nt5Ip-0006vk-9u for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 21:29:47 +0100 Received: from wlan-gw.st-edmunds.cam.ac.uk ([131.111.223.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Mar 2010 21:29:47 +0100 Received: from sdl.web by wlan-gw.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Mar 2010 21:29:47 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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. -------------------------------- Leo