From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Markup (=, ~) in word? Date: Thu, 29 Oct 2015 10:08:19 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqgc-0002Tb-1Q for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:08:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrqgY-0002FW-0V for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:08:25 -0400 Received: from iport-acv4-out.ucsd.edu ([132.239.0.7]:56990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrqgX-0002FL-ON for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:08:21 -0400 In-Reply-To: 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: Rainer M Krug Cc: Org Mode On Thu, 29 Oct 2015, Rainer M Krug wrote: > Matt Price 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 ".'" that results. HTH, Chuck