[Orgmode] Why is text marked as ~verbatim~ exported in LaTeX as \texttt{}

2011-01-28 Thread Michael Broschinsky
I have a small test document: #+TITLE: Title This is normal text. =This is teletype text.= ~This is verbatim text.~ When I choose the LaTeX export option and inspect the LaTeX output, I see that both the text marked as =code= and the text marked as ~verbatim~ are exported as \texttt{}. I

Re: [Orgmode] Why is text marked as ~verbatim~ exported in LaTeX as \texttt{}

2011-01-29 Thread Michael Broschinsky
On Fri, Jan 28, 2011 at 5:14 PM, Thomas S. Dye wrote: > > On Jan 28, 2011, at 1:40 PM, Nick Dokos wrote: > >> Michael Broschinsky wrote: >> >>> I have a small test document: >>> >>> #+TITLE: Title >>> >>> This is normal tex