From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Ryland Miller Subject: How to escape an asterisk on org-mode Date: Wed, 11 Jun 2014 23:29:31 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuweJ-000847-CE for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 00:30:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuweI-0006TZ-Ow for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 00:30:03 -0400 Received: from mail-oa0-x233.google.com ([2607:f8b0:4003:c02::233]:35457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuweI-0006SP-LI for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 00:30:02 -0400 Received: by mail-oa0-f51.google.com with SMTP id j17so803439oag.10 for ; Wed, 11 Jun 2014 21:30:01 -0700 (PDT) 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 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. Thanks in advance.