From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Maillard Subject: Re: render "->" as "&rarr" on html export? Date: Wed, 25 Mar 2015 06:42:05 +0100 Message-ID: <86lhily6oi.fsf@kcals2.maillard.im> References: <87egof8x2c.fsf@gmx.us> <86lhim3hl1.fsf@example.com> <87pp7y7mzk.fsf@gmx.us> <86sicu7ks8.fsf@example.com> 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]:43007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yae4x-0002WZ-Lj for emacs-orgmode@gnu.org; Wed, 25 Mar 2015 01:42:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yae4u-0000Sr-FS for emacs-orgmode@gnu.org; Wed, 25 Mar 2015 01:42:11 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:42719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yae4u-0000SP-6o for emacs-orgmode@gnu.org; Wed, 25 Mar 2015 01:42:08 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id ADF4A20ED0 for ; Wed, 25 Mar 2015 01:42:04 -0400 (EDT) In-reply-to: <86sicu7ks8.fsf@example.com> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org Sebastien Vauban writes: > Rasmus wrote: >> Sebastien Vauban writes: >>> Rasmus wrote: >>>> Matt Price writes: >>>> >>>>> I feel like I've seen the answer to this somewhere but I can't find it -- >>>>> is it possible for me to get "->" and "=>" to render as rightarrows (→, ⇒)? >>>> >>>> Do you want to render it in the buffer or on export? For the buffer you >>>> could use prettify-symbols-mode. >>> >>> ... by adding the following into your .emacs: >>> >>> ;; Show entities as UTF8 characters. >>> (setq org-pretty-entities t) ; emsp, etc. >> >> This would work for "\rightarrow" but I don't think you can configure it >> to support "->". For that you'd need prettify-symbols-mode, I think. > > I think you're right, indeed! So we need both if we want to display all these characters, right ? Regards -- Xavier.