From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to escape an asterisk on org-mode Date: Thu, 12 Jun 2014 01:14:23 -0400 Message-ID: <87ha3qk8uo.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuxLc-0004ks-Eh for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 01:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuxLR-0003bz-Fw for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 01:14:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:55458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuxLR-0003bX-9m for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 01:14:37 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WuxLP-0003qO-Hm for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 07:14:35 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jun 2014 07:14:35 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jun 2014 07:14:35 +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 James Ryland Miller writes: > Hi Org Mode: > > I'm trying to escape an asterisk character, i.e. "*" to use in regular > text. I.e., "The person wanted to say *BSD". And I don't want to use a > verbatim or code block because monospace is not what I need. > > I've tried \* to escape the character and it doesn't work. I'm on Org 8.2.5h. > *What* doesn't work? Since you don't tell us, I tried exporting the following to latex and html: --8<---------------cut here---------------start------------->8--- * foo The person wanted to say *BSD. --8<---------------cut here---------------end--------------->8--- and it works fine in both cases (albeit in Org-mode version 8.2.6 (release_8.2.6-1122-g1d7c75)). -- Nick