Re: [O] Org-mode: How to render latex inside ~code~

2016-02-27 Thread Lawrence Bottorff
Got it set (custom-set-variables ... '(org-pretty-entities t) ... but nothing changed. ~> (cons 1 nil) \to (1)~ still outputs the raw \to even though in the buffer it changes. On Sat, Feb 27, 2016 at 8:41 PM, Thomas S. Dye wrote: > Aloha Lawrence, > > Lawrence Bottorff writes:

Re: [O] Org-mode: How to render latex inside ~code~

2016-02-27 Thread Thomas S . Dye
Aloha Lawrence, Lawrence Bottorff writes: > This seems a catch-22: I want to render code in an org-mode export (html or > latex pdf) where the snippet below done as a ~code block > >> (cons 1 nil) \to (1) > > actually renders \to as a proper right arrow (yields). Of course if I do the > snippet

[O] Org-mode: How to render latex inside ~code~

2016-02-27 Thread Lawrence Bottorff
This seems a catch-22: I want to render code in an org-mode export (html or latex pdf) where the snippet below done as a ~code block > (cons 1 nil) \to (1) actually renders \to as a proper right arrow (yields). Of course if I do the snippet as inline latex $> (cons 1 nil) \to (1)$ I get the