From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brice Waegenire Subject: [bug] org-entitites aren't translated when in LaTeX fragments Date: Sun, 15 Mar 2015 20:56:09 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXEdw-0004Qp-7h for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 15:56:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXEdu-0003lW-42 for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 15:56:12 -0400 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:36582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXEdt-0003lG-UC for emacs-orgmode@gnu.org; Sun, 15 Mar 2015 15:56:10 -0400 Received: by qgg60 with SMTP id 60so25066613qgg.3 for ; Sun, 15 Mar 2015 12:56:09 -0700 (PDT) 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 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 MathJax unhappy: Undefined control sequence \rarr Looks like this bug as been reported in 2010 (http://thread.gmane.org/gmane.emacs.orgmode/22628/) but hasn't been fixed yet.