From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Using org-entities to escape symbols Date: Tue, 10 May 2016 19:38:34 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d4e56bb32bf05328212a0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0DUW-0003OJ-LM for emacs-orgmode@gnu.org; Tue, 10 May 2016 15:38:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0DUU-00041o-0a for emacs-orgmode@gnu.org; Tue, 10 May 2016 15:38:47 -0400 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]:35334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0DUT-00041Y-QC for emacs-orgmode@gnu.org; Tue, 10 May 2016 15:38:45 -0400 Received: by mail-oi0-x233.google.com with SMTP id x19so33267490oix.2 for ; Tue, 10 May 2016 12:38:45 -0700 (PDT) In-Reply-To: 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" To: drymer , emacs-orgmode@gnu.org --001a113d4e56bb32bf05328212a0 Content-Type: text/plain; charset=UTF-8 On Tue, May 10, 2016 at 3:28 PM drymer wrote: > Hi, > > So I saw this thread (first link at the very bottom) which response was > to use a couple of functions. So the thing is that I evaluated the > functions, and supposedly it should something like \ast when executing > C-u *, but it doesn't happen. Any idea on what I could be doing wrong? > > > https://emacs.stackexchange.com/questions/16688/how-can-i-escape-the-in-org-mode-to-prevent-bold-fontification Thanks for trying that out. So what "doesn't happen"? Do you get an error? Or do you see "\ast{}" being inserted verbatim? If it's the former, please provide your emacs or org mode versions and the error you see. If it's the latter, the solution is easy :). Simply add below to your config too. (setq org-pretty-entities t) I will update the emacs.SE solution with the same too. -- -- Kaushal Modi --001a113d4e56bb32bf05328212a0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Tue, May 10= , 2016 at 3:28 PM drymer <drymer= @autistici.org> wrote:
Hi,
So I saw this thread (first link at the very bottom) which response was
to use a couple of functions. So the thing is that I evaluated the
functions, and supposedly it should something like \ast when executing
C-u *, but it doesn't happen. Any idea on what I could be doing wrong?<= br>
=C2=A0
h= ttps://emacs.stackexchange.com/questions/16688/how-can-i-escape-the-in-org-= mode-to-prevent-bold-fontification

Than= ks for trying that out.

So what "doesn't = happen"? Do you get an error? Or do you see "\ast{}" being i= nserted verbatim?

If it's the former, please p= rovide your emacs or org mode versions and the error you see.
If it's the latter, the solution is easy :). Simply add bel= ow to your config too.

(setq org-pretty-entities t= )

I will update the emacs.SE solution with the sam= e too.
--

-- Kaushal Modi

--001a113d4e56bb32bf05328212a0--