From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: render "->" as "&rarr" on html export? Date: Mon, 23 Mar 2015 18:04:27 +0100 Message-ID: <87egof8x2c.fsf@gmx.us> References: 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]:52041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya5ma-0004ca-Si for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 13:04:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya5mW-0005Ls-K2 for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 13:04:56 -0400 Received: from plane.gmane.org ([80.91.229.3]:60891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya5mW-0005LV-DG for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 13:04:52 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ya5mL-0000Ka-Fg for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 18:04:41 +0100 Received: from 46.166.186.245 ([46.166.186.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Mar 2015 18:04:41 +0100 Received: from rasmus by 46.166.186.245 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Mar 2015 18:04:41 +0100 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 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. > \rightarrow will work, but doesn't give me the visual cue I want when > working in org. With org-entities you can have it displayed as the equivalent unicode characters of e.g. \rightarrow. With cdlatex you can insert \rightarrow quickly (on my keyboard: "¨>"). —Rasmus -- In theory, practice and theory are the same. In practice they are not