From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: ox-latex export code block results without \texttt Date: Fri, 1 May 2015 17:34:34 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_411176d3-678f-4369-9fc1-4a801d411c31_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoJW5-0006Z4-OU for emacs-orgmode@gnu.org; Fri, 01 May 2015 18:34:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoJW0-0001rq-33 for emacs-orgmode@gnu.org; Fri, 01 May 2015 18:34:41 -0400 Received: from col004-omc1s8.hotmail.com ([65.55.34.18]:51723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoJVz-0001rP-Sg for emacs-orgmode@gnu.org; Fri, 01 May 2015 18:34:36 -0400 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" --_411176d3-678f-4369-9fc1-4a801d411c31_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C When I export a org file with an inline code like "Two plus two equals src_= python{return(2+2)}" to latex=2C it is exported as "Two plus two equals \te= xttt{4}". Is there any way to suppress \texttt and have it exported as a co= mmon text? Usually I would want the verbatim font=2C but in this particular= case I want to combine some texts with a result of a calculation automatic= ally. Best=2CJoon = --_411176d3-678f-4369-9fc1-4a801d411c31_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi=2C

<= div>When I export a org file with an inline code like "Two plus two equals = src_python{return(2+2)}" to latex=2C it is exported as "Two plus two equals= \texttt{4}". Is there any way to suppress \texttt and have it exported as = a common text? Usually I would want the verbatim font=2C but in this = =3Bparticular case I want to combine some texts with a result of a calculat= ion automatically.

Best=2C
Joon
= --_411176d3-678f-4369-9fc1-4a801d411c31_--