From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [bug] [new exporter] export of inline babel calls confused Date: Thu, 8 Nov 2012 09:50:07 +1030 Message-ID: <87sj8lq9ug.fsf@ucl.ac.uk> References: <87wqxxqa1e.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWEuj-00049M-CT for emacs-orgmode@gnu.org; Wed, 07 Nov 2012 18:20:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWEui-00073v-Cn for emacs-orgmode@gnu.org; Wed, 07 Nov 2012 18:20:05 -0500 Received: from am1ehsobe003.messaging.microsoft.com ([213.199.154.206]:54633 helo=am1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWEui-00071E-3S for emacs-orgmode@gnu.org; Wed, 07 Nov 2012 18:20:04 -0500 Received: from mail103-am1 (localhost [127.0.0.1]) by mail103-am1-R.bigfish.com (Postfix) with ESMTP id 11E102C01C5 for ; Wed, 7 Nov 2012 23:20:02 +0000 (UTC) Received: from AM1EHSMHS012.bigfish.com (unknown [10.3.201.248]) by mail103-am1.bigfish.com (Postfix) with ESMTP id C81BC800A1 for ; Wed, 7 Nov 2012 23:20:00 +0000 (UTC) In-Reply-To: <87wqxxqa1e.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Thu, 8 Nov 2012 09:45:57 +1030") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Apologies! I attached the latex file generated by the old exporter instead of the one generated by the new one. Here is the latex generated by the new exporter (I hope ;-). Thanks, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.2.50.1 and Org release_7.9.2-568-gc2ebee --=-=-= Content-Type: text/x-tex Content-Disposition: attachment; filename="examplebug.tex" % Created 2012-11-08 Thu 09:48 \documentclass{scrartcl} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{soul} \usepackage{textcomp} \usepackage{marvosym} \usepackage[integrals]{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \usepackage{xcolor} \usepackage{listings} \usepackage{amsmath} \author{Eric S Fraga} \date{\today} \title{examplebug.org} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Generated by Org mode 7.9.2 in Emacs 24.2.50.1.}} \begin{document} \maketitle \tableofcontents \vspace*{1cm} =379 =* disappearing source code blocks The following source code block counts the number of files in the current directory. \begin{verbatim} 379 \end{verbatim} Ther$_\mathrm{t1}$() files in the directory. % Generated by Org mode 7.9.2 in Emacs 24.2.50.1. \end{document} --=-=-=--