Rasmus wrote:
> Matt Price <mopto...@gmail.com> 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:

--8<---------------cut here---------------start------------->8---
  ;; Show entities as UTF8 characters.
  (setq org-pretty-entities t)          ; emsp, etc.
--8<---------------cut here---------------end--------------->8---

>> \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: "¨>").

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to