From mboxrd@z Thu Jan 1 00:00:00 1970 From: Austin Frank Subject: Re: possible latex export bug Date: Sun, 12 Oct 2008 23:56:01 -0400 Message-ID: References: <91445AC9-0690-4BE1-80FE-D078EBB234A0@uva.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1464561853==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpEXt-0007FJ-7o for emacs-orgmode@gnu.org; Sun, 12 Oct 2008 23:56:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpEXr-0007F3-QI for emacs-orgmode@gnu.org; Sun, 12 Oct 2008 23:56:36 -0400 Received: from [199.232.76.173] (port=39827 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpEXr-0007F0-KZ for emacs-orgmode@gnu.org; Sun, 12 Oct 2008 23:56:35 -0400 Received: from main.gmane.org ([80.91.229.2]:33577 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpEXq-0002fB-NC for emacs-orgmode@gnu.org; Sun, 12 Oct 2008 23:56:35 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KpEXd-0001Up-CG for emacs-orgmode@gnu.org; Mon, 13 Oct 2008 03:56:21 +0000 Received: from cpe-74-69-93-157.rochester.res.rr.com ([74.69.93.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Oct 2008 03:56:21 +0000 Received: from austin.frank by cpe-74-69-93-157.rochester.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Oct 2008 03:56:21 +0000 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 --===============1464561853== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= On Fri, Oct 10 2008, Carsten Dominik wrote: > I believe this bug has been fixed recently by Bastien. Could you > please check and confirm that this is the case? Carsten and Bastien-- I still get this behavior. To reproduce 1. Start emacs with emacs -Q 2. Evaluate the line (require 'org-install) 3. Open a new file, tesing.org. Execute M-x org-mode. 4. Put the following content in testing.org --8<---------------cut here---------------start------------->8--- * test #+BEGIN_LATEX \begin{verbatim} a <- 3 \end{verbatim} #+END_LATEX --8<---------------cut here---------------end--------------->8--- 5. Execute org-export-as-latex by C-c C-e l 6. Output is --8<---------------cut here---------------start------------->8--- % Created 2008-10-12 Sun 23:43 \documentclass[11pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{hyperref} \title{testing} \author{Austin Frank} \date{12 October 2008} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \section{test} \label{sec-1} \begin{verbatim} a <- 3 \end{verbatim} #+END_LATEX \end{document} --8<---------------cut here---------------end--------------->8--- I also am seeing that file-local variables at the bottom of the file are still exported into the latex. For now I'm assuming that it's the same bug, but if the #+END_LATEX bug gets fixed and the other persists, I'll file another report :) Org-mode version 6.09a GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0) of 2008-10-12 Just to be sure, I also ran git diff origin lisp/org-exp.el git diff origin lisp/org-export.el and found no differences between my local copy and the copy in the origin repository. I think that's the right way to check, but feel free to correct me if I'm comparing things incorrectly. Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAkjyxtEACgkQlHMl2/XbR4Hk9wCfa2J0JgAbfVDYTlrfOyPVWiNf hyIAn1g2ui4e6W1ODDMncqAV8a6xg9Q+ =IDLK -----END PGP SIGNATURE----- --=-=-=-- --===============1464561853== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1464561853==--