From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Verbatim inverted commas? Date: Wed, 15 Apr 2015 11:28:45 +0200 Message-ID: <87bnipeo4y.fsf@gmx.us> References: <87zj693h83.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiJd0-0000et-1n for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 05:29:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiJcu-0001Tf-V9 for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 05:29:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:51979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiJcu-0001Si-MM for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 05:28:56 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YiJct-00062b-30 for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 11:28:55 +0200 Received: from ip-pool-137.iue.it ([192.167.90.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Apr 2015 11:28:54 +0200 Received: from rasmus by ip-pool-137.iue.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Apr 2015 11:28:54 +0200 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@gnu.org "Loris Bennett" writes: > Hi, > > I am writing a beamer presentation and would like to have the following > exported in a monospaced font: > > sinfo -elo "%30N %.5D %9P %11T %.6m %20E" > > However, if I do > > =sinfo -elo "%30N %.5D %9P %11T %.6m %20E"= > > the second pair of inverted commas causes the markup to fail > and the entire string, equals signs and all, is exported. > > Is there some way I can escape the inverted commas to get this to work? If inline use: ~sinfo -elo "%30N %.5D %9P %11T %.6m %20E"​~ Note the zero width space. It should work with xelatex. Otherwise remove it with a filter. If it's in its own line you could use #+BEGIN_EXAMPLE sinfo -elo "%30N %.5D %9P %11T %.6m %20E" #+END_EXAMPLE Hope it helps, Rasmus -- May the Force be with you