From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: verbatim and apostrophes Date: Wed, 12 Feb 2014 14:24:17 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDZnh-0002Ve-M6 for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 08:24:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDZna-0007Bb-Cw for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 08:24:29 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:20377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDZna-0007BG-6M for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 08:24:22 -0500 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 Hello, I want to generate some verbatim/code inline text that contains an apostrophe (I want to talk about the ocaml type 'a ref). Unfortunately I don't know how to do this. I tried: - ~'a ref~ - ='a ref= - ~\' a ref~ - =\'a ref= The first two display everything (including the '~' or '=') but not as code, the last two work but display the backquote. I feel like I'm missing something obvious. Could someone enlighten me? Thanks, Alan