From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=22Martin_G=2E_Skj=E6veland=22?= Subject: texttt inside verbatim Date: Wed, 04 Nov 2009 19:22:25 +0100 Message-ID: <4AF1C661.4030809@ifi.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5kUo-0006Xf-Jo for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 13:22:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5kUk-0006VU-2T for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 13:22:14 -0500 Received: from [199.232.76.173] (port=50125 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5kUj-0006VR-T9 for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 13:22:09 -0500 Received: from mail-out2.uio.no ([129.240.10.58]:51840) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N5kUj-0005RB-Hb for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 13:22:09 -0500 Received: from mail-mx3.uio.no ([129.240.10.44]) by mail-out2.uio.no with esmtp (Exim 4.69) (envelope-from ) id 1N5kUg-0007wi-H6 for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 19:22:06 +0100 Received: from 1x-193-157-202-86.uio.no ([193.157.202.86]) by mail-mx3.uio.no with esmtp (Exim 4.69) (envelope-from ) id 1N5kUg-0007yi-6x for emacs-orgmode@gnu.org; Wed, 04 Nov 2009 19:22:06 +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 Hi all, when I import the file --8<---------------cut here---------------start------------->8--- ----------------- | grandmother | ================= | 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{===============} | sim:Jackeline | | sim:Mona | ----------------- \end{verbatim} I would like to remove \texttt{ }. I have tried different export option settings, but I can't make it work. Is there a way? Thanks! Martin