From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: Re: Fail to compile a file's LaTeX export Date: Sat, 20 Mar 2010 22:40:30 +0100 Message-ID: <87bpei1xkh.wl%dmaus@ictsoc.de> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============0650816878==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nt6PO-0005QV-UU for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 17:40:38 -0400 Received: from [140.186.70.92] (port=49548 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nt6PM-0005QL-Ur for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 17:40:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nt6PL-0000ve-BJ for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 17:40:36 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:34055) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nt6PL-0000vV-5H for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 17:40:35 -0400 In-Reply-To: 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: Leo Cc: emacs-orgmode@gnu.org --===============0650816878== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Sat_Mar_20_22:40:30_2010-1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Sat_Mar_20_22:40:30_2010-1 Content-Type: text/plain; charset=US-ASCII Leo wrote: >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. Can confirm this for Org-mode version 6.34trans (release_6.34c.225.g1576) on GNU Emacs 24.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.7) of 2010-03-11 on elegiac, modified by Debian Exporting to LaTeX works fine but compiling the LaTeX file errors out with: ,---- | ERROR: LaTeX Error: Something's wrong--perhaps a missing \item. | | --- TeX said --- | | See the LaTeX manual or LaTeX Companion for explanation. | Type H for immediate help. | ... | | l.37 \item | define-modify-macro | --- HELP --- | The most probable cause is an omitted \item command in a list-making | environment. It is also caused by forgetting the argument of a | thebibliography environment. `---- Where the LaTeX code for the enumerate environment reads: ,---- | \begin{enumerate} | \item (char ``string'' 2) => \#\r | \item define-modify-macro | \item (code-char 66) => \#\B and (char-code \#\B) => 66 | \item terpri and fresh-line | \item ``\~{}n\&'' print a new line if not at the beginning of a line and then n-1 new lines. | \end{enumerate} `---- I suppose the \#\r is the problematic piece, will look into it tomorow. HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Sat_Mar_20_22:40:30_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkulQM4ACgkQma24O1pEeOZ2lAD/RjU6j+Z+G3HreinZLj8nYTiQ 1KUL2Y+C3Wg7YaByGBsA/iygTmLhZju32Wx0abFdBw0MYtg6s55DRhMBU+WR3Rii =WwPq -----END PGP SIGNATURE----- --pgp-sign-Multipart_Sat_Mar_20_22:40:30_2010-1-- --===============0650816878== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0650816878==--