Re: [O] [bug] org-entitites aren't translated when in LaTeX fragments

2015-03-15 Thread Rasmus
Hi, Brice Waegenire writes: > org-entitites aren't translated when used in a LaTeX fragment. Thank you for your report. This is a feature as a latex fragment is a 'latex-fragment' and not an 'entity' (in a org-element sense). To understand why consider \check. As an entity it's a ✓, but in L

[O] [bug] org-entitites aren't translated when in LaTeX fragments

2015-03-15 Thread Brice Waegenire
org-entitites aren't translated when used in a LaTeX fragment. For example when exporting $a = by(t) \rarr y(t+1) = by^{2}(t)$ to HTML I get \(a = by(t) \rarr y(t+1) = by^{2}(t)\) whereas I should get \(a = by(t) \rightarrow y(t+1) = by^{2}(t)\). \rarr isn't translated to \rightarrow witch make Ma