From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: Fail to compile a file's LaTeX export Date: Sat, 20 Mar 2010 21:30:08 +0000 Message-ID: References: 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 1Nt6Fc-0003ra-PQ for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 17:30:32 -0400 Received: from [140.186.70.92] (port=55603 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nt6Fb-0003rS-He for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 17:30:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nt6Fa-0000A5-6P for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 17:30:31 -0400 Received: from lo.gmane.org ([80.91.229.12]:48904) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nt6FZ-00009z-WB for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 17:30:30 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nt6FV-0007zg-U0 for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 22:30:25 +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 22:30:25 +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 22:30:25 +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 On 2010-03-20 20:29 +0000, 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. > -------------------------------- > > Leo BTW, this was tested with the devel version of org. Leo