From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: texttt inside verbatim Date: Thu, 5 Nov 2009 07:48:51 +0100 Message-ID: <25D12F3C-AD30-4AF9-87A2-CF5B41E3770A@gmail.com> References: <4AF1C661.4030809@ifi.uio.no> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5w9V-0003M8-7m for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 01:49:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5w9P-0003GZ-Rd for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 01:49:00 -0500 Received: from [199.232.76.173] (port=46335 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5w9P-0003GG-KT for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 01:48:55 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:50018) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5w9P-0001Q4-6l for emacs-orgmode@gnu.org; Thu, 05 Nov 2009 01:48:55 -0500 Received: by ewy28 with SMTP id 28so833657ewy.42 for ; Wed, 04 Nov 2009 22:48:54 -0800 (PST) In-Reply-To: <4AF1C661.4030809@ifi.uio.no> 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: "=?ISO-8859-1?Q?Martin_G._Skj=E6veland?=" Cc: emacs-orgmode@gnu.org Hi Martin, this is a big, fixed now in the latest git repository version. Thanks for the report. - Carsten On Nov 4, 2009, at 7:22 PM, Martin G. Skj=E6veland wrote: > Hi all, > > when I import the file > > --8<---------------cut here---------------start------------->8--- > ----------------- > | grandmother | > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > | sim:Jackeline | > | sim:Mona | > ----------------- > --8<---------------cut here---------------end------------->8--- > > using the command > > #+INCLUDE "grandmothers.txt" example > > and export to latex it turns into > > > \begin{verbatim} > ----------------- > | grandmother | > \texttt{=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D} > | sim:Jackeline | > | sim:Mona | > ----------------- > \end{verbatim} > > > I would like to remove \texttt{ }. I have tried different export =20 > option settings, but I can't make it work. > > Is there a way? > > Thanks! > Martin > > > _______________________________________________ > 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 - Carsten