From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-pretty-entities and org-cdlatex Date: Wed, 5 Sep 2012 12:03:24 +0200 Message-ID: <5853AD81-AFD8-4A2B-B688-E9B928423A4A@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9CSN-0004AR-Ed for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 06:03:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9CSG-0002z9-DB for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 06:03:35 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:42262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9CSG-0002yy-5P for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 06:03:28 -0400 Received: by bkcjc3 with SMTP id jc3so152275bkc.0 for ; Wed, 05 Sep 2012 03:03:26 -0700 (PDT) In-Reply-To: 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: Thomas Holst Cc: org-mode mailing list On 5.9.2012, at 11:08, Thomas Holst wrote: > Hello, > > there is a different behaviour of sub (_) and superscripts (^) depending > on =org-pretty-entities=. When I type: > > =ab_cdef= > > inside LaTeX fragments with =org-pretty-entities= enabled I get: > > \( ab_{c}def \) > ^^^^ > > With =org-pretty-entities= disabled I get: > > \( ab_{cdef} \) > ^^^^ I am not able to reproduce this, I get the second behavior always. - Carsten > > I have to type to get out of subsciript. According to cdlatex doc > the second behaviour is intended. Is this a bug or am I missing some > setup? > > Tested with emacs -Q > > org-version: > Org-mode version 7.9.1 > (release_7.9.1-142-gdfea24 @ > c:/daten/users/DE_hts2fe/git/org-mode/lisp/) > > emacs-version: > 24.0.50.1 on WinXP > > -- > Bis neulich ... > Thomas >