Hi guys,
First of all, thank you so much for your quick answers during the
holidays, I really didn't expect any answer until next year :)
So, Andreas was right, I got the newest version of python-mode and the
problem is gone.
BTW, the bug also show up if org-mode gets loaded before or after
pyth
This may be a python-mode bug but I'm new to all of this.
I observe the bug only when using org-mode together with python-mode. My
org-mode setup is supposed to load org-cdlatex-mode:
(autoload 'org-cdlatex-mode "cdlatex" "Enter org-cdlatex mode" t)
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)