all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rob Stewart <robstewart57@gmail.com>
To: emacs-orgmode@gnu.org
Subject: emphasis and monospace within one word
Date: Sat, 3 Aug 2013 14:14:03 +0100	[thread overview]
Message-ID: <CA+ZOasLwZdGK+Cr_nca=cthCHZsuH3S1eiGhphPyQc+PPmuFew@mail.gmail.com> (raw)

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?

--
Rob

             reply	other threads:[~2013-08-03 13:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-03 13:14 Rob Stewart [this message]
2013-08-03 14:04 ` emphasis and monospace within one word Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+ZOasLwZdGK+Cr_nca=cthCHZsuH3S1eiGhphPyQc+PPmuFew@mail.gmail.com' \
    --to=robstewart57@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.