From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: Re: org-pretty-entities and org-cdlatex Date: Wed, 5 Sep 2012 13:32:53 +0200 Message-ID: References: <5853AD81-AFD8-4A2B-B688-E9B928423A4A@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Dr4-0005FW-BG for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 07:33:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9Dqy-00050d-9d for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 07:33:10 -0400 Received: from smtp2-v.fe.bosch.de ([139.15.237.6]:50974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Dqy-00050V-3M for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 07:33:04 -0400 In-Reply-To: (Thomas Holst's message of "Wed, 5 Sep 2012 12:41:32 +0200") 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: Carsten Dominik Cc: Thomas Holst , org-mode mailing list Hi Carsten, here is an update on the subject. I performed a another test with emacs 23.3.1 under cygwin X11. I see same behaviour as under WinXP. Maybe I have to clarifiy what I did. So here is a step by step procedure. Inside an orgmode document do the following: Set =org-pretty-entities= to nil (setq org-pretty-entities nil) C-x C-e now type =ab_cdef= inside a LaTeX environment \( \). As a result I get: \( ab_{cdef} \) Now turn on =org-pretty-entities= (setq org-pretty-entities t) or C-c C-x \ and again type =ab_cdef= in an LaTeX environment. As a result I get: \( ab_{c}def \) Which is not what cdlatex doc says. I tested this with emacs-version 23.3.1 under cygwin 23.2 under WinXP 24.0.50.1 under WinXP Emacs started as posted in my pevious post. =emacs -Q= and minimal org-mode and org-cdlatex setup. org-mode Version: (org-version) release_7.9.1-138-geeb5b9 @ c:/daten/users/DE_hts2fe/git/org-mode/lisp/ I get the same results in all tree cases. I hope that clarifies what I ment originally. Sorry for not beeing clear. -- Bis neulich ... Thomas