From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: emphasis and monospace within one word Date: Sat, 03 Aug 2013 10:04:14 -0400 Message-ID: <87a9kylvkx.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5cRe-0003fZ-2m for emacs-orgmode@gnu.org; Sat, 03 Aug 2013 10:04:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5cRX-0004jK-U7 for emacs-orgmode@gnu.org; Sat, 03 Aug 2013 10:04:34 -0400 Received: from plane.gmane.org ([80.91.229.3]:45842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5cRX-0004gY-NZ for emacs-orgmode@gnu.org; Sat, 03 Aug 2013 10:04:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V5cRV-0007MF-4F for emacs-orgmode@gnu.org; Sat, 03 Aug 2013 16:04:25 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Aug 2013 16:04:25 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Aug 2013 16:04:25 +0200 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 Rob Stewart writes: > The following: > \texttt{PING}s ~PONG~s, \textbf{Foo}s *Foo*s, \emph{Bar}s /Bar/s. > > When exported to latex produces: > \texttt{PING}s \textasciitilde{}PONG\textasciitilde{}s, \textbf{Foo}s > *Foo*s, \emph{Bar}s /Bar/s. > > What I'd really like to be able to do in my org mode file is to have > bold, verbatim, or italics substrings within one word. I.e. for the > latex export to look like: > > \texttt{PING}s \texttt{PING}s, \textbf{Foo}s \textbf{Foo}s, > \emph{Bar}s \emph{Bar}s. > > Is there a way of coercing org-mode latex export in to playing nicely? > The following thread might help: http://thread.gmane.org/gmane.emacs.orgmode/72958/focus=73036 -- Nick