emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Markup (=, ~) in word?


From: Charles C. Berry
Subject: Re: [O] Markup (=, ~) in word?
Date: Thu, 29 Oct 2015 10:08:19 -0700
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

On Thu, 29 Oct 2015, Rainer M Krug wrote:

Matt Price <address@hidden> writes:

#+BEGIN_VERBATIM
simASM.=SITE=.=STRATEGY=.=BUDGET=.=FIREREGIME=.=JOBID=.=ARRAYID=
#+END_VERBATIM

The other way round:

I want the text, e.g. =SITE= as the markup, and not the whole text as
verbatim - sorry for not being clear about what I want.

Rainer



Have a look at the `org-emphasis-regexp-components' docstring. If you feel bold (pun intended) you might see if adding '\.' to the first element works without causing mayhem elsewhere.

A safer hack might be to use markup like this:

simASM.'=SITE=.'=STRATEGY=.'=BUDGET=.'=FIREREGIME=.'=JOBID=.'=ARRAYID=

and add a filter to remove the apostrophes from the ".'\texttt" or ".'<code>" that results.

HTH,

Chuck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]