On Thu, 29 Oct 2015, Rainer M Krug wrote:
Matt Price <mopto...@gmail.com> 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