Hi Casten, · Carsten Dominik <carsten.domi...@gmail.com> wrote: > On 5.9.2012, at 12:20, Thomas Holst wrote: > [... snip ...] >>> >>> I am not able to reproduce this, I get the second behavior always. >>> >>> - Carsten >>> >> >> I also tested it with emacs 23.2 on WinXP. I get different results >> depending on =org-pretty-entititis=. >> >> I will try it on my Ubuntu machine at home and come back with the >> results. Maybe it is a problem related to emacs on Windows. >> >> Thanks for looking into this. > > Do you have any settings for cdlatex.el? I guess not because you are using > -Q….
I have no settings for cdlatex. I started emacs in a cmd shell with: start C:\Programme\gnu\emacs-24.0.50.1\bin\emacs.exe -Q --eval "(load-file \"~/emacs/Testing/init.el\")" With init.el containing: #+BEGIN_SRC emacs-lisp ;; ----------------------------------------------------------------------------- ;; Pfade auf lokales org-mode git-repository setzen ;; ----------------------------------------------------------------------------- (add-to-list 'load-path "~/git/org-mode/lisp") (add-to-list 'load-path "~/git/site-lisp") (add-to-list 'load-path "~/git/site-lisp/auctex") ;; pfad zu contib/lisp (add-to-list 'load-path "~/git/org-mode/contrib/lisp") (add-to-list 'load-path "~/git/org-mode/contrib/babel/lisp") (require 'org-install) ;; (require 'org-export) ;; (require 'org-e-latex) (require 'cdlatex) (find-file "c:/daten/users/DE_hts2fe/emacs/OrgMode/testing/testing.org") (turn-on-org-cdlatex) #+END_SRC And Testing.org containing: #+BEGIN_SRC org #+TITLE: new-exporter.org #+AUTHOR: Thomas Holst #+EMAIL: thomas.ho...@de.bosch.com #+DATE: 2012-07-16 Mo #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:{} -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:t todo:t pri:nil tags:t #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: #+LATEX_CLASS: article * org-cdlatex and org-pretty-entities \( ab_{c}def \) \( ab_{cdef} \) #+END_SRC As said before I will test it on my Ubuntu machine at home. But it will be tomorrow evening till I have time to perform the test. Thanks again. -- Bis neulich ... Thomas