I'm sorry, :results latex solved my problem. :)


From: joon.ro@outlook.com
To: emacs-orgmode@gnu.org
Date: Fri, 1 May 2015 17:34:34 -0500
Subject: [O] ox-latex export code block results without \texttt

Hi,

When I export a org file with an inline code like "Two plus two equals src_python{return(2+2)}" to latex, 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, but in this particular case I want to combine some texts with a result of a calculation automatically.

Best,
Joon