From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to escape an asterisk on org-mode Date: Thu, 12 Jun 2014 19:20:26 +0200 Message-ID: <87fvjagi3p.fsf@selenimh.mobile.lan> References: <87sinar1yd.fsf@caffelatte.moltkeplatz.de> <2958E633-0873-4CBD-8F6D-FC2FB3C4D9C3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv8fQ-0007Y4-KN for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 13:20:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wv8fG-0007Y4-GF for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 13:20:00 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:35582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv8fG-0007X4-9q for emacs-orgmode@gnu.org; Thu, 12 Jun 2014 13:19:50 -0400 In-Reply-To: <2958E633-0873-4CBD-8F6D-FC2FB3C4D9C3@gmail.com> (James Miller's message of "Thu, 12 Jun 2014 04:23:26 -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: James Miller Cc: Albert Krewinkel , "emacs-orgmode@gnu.org" Hello, James Miller writes: > Thank you very much. That was most informative. For completeness, you can "escape" an asterisk in Org using entities, in this case \ast{}, or \star{}: "The person wanted to say \ast{}BSD. Now this is bold*" Unfortunately, for obvious reasons, this will not work in verbatim snippets, i.e, ~...~ and =...=, which is why at some point, Org will need to allow escaping ~ and = there. Regards, -- Nicolas Goaziou