From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Hoeltgen Subject: org-pretty-entities and symbols like M_x^y Date: Sun, 14 Oct 2012 19:43:03 +0200 Message-ID: <507AF9A7.5070204@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNSDU-0005Gm-9Q for emacs-orgmode@gnu.org; Sun, 14 Oct 2012 13:43:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNSDT-00013l-C3 for emacs-orgmode@gnu.org; Sun, 14 Oct 2012 13:43:08 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:35427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNSDT-00013Y-5f for emacs-orgmode@gnu.org; Sun, 14 Oct 2012 13:43:07 -0400 Received: by mail-ee0-f41.google.com with SMTP id c4so3109979eek.0 for ; Sun, 14 Oct 2012 10:43:06 -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 Hi I was wondering if there is a way to fontify expressions like M_x^y correctly with org-pretty-entities. M_x^y displays the subscript x correctly but not the superscript y. M^y_x displays the superscript y correctly but not the subscript x. Regards, Laurent