Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-25 Thread Till Junge
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

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-25 Thread Bastien
Hi Andreas, Andreas Röhler writes: > This was fixed in trunk some days ago. Get it via > > bzr branch lp:python-mode Thanks. I let Till confirm the fix. > BTW bug should not show up, if org-mode gets loaded before > python-mode.el Maybe, but normal use of Org don't require to require org-mod

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-25 Thread Andreas Röhler
Am 25.12.2012 04:14, schrieb Bastien: I can finally reproduce the bug. It comes from python-model.el which set this: (defvar outline-heading-end-regexp nil) Andreas, this breaks outline in Org - can you have a look? Thanks, This was fixed in trunk some days ago. Get it via bzr branch l

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-24 Thread Bastien
I can finally reproduce the bug. It comes from python-model.el which set this: (defvar outline-heading-end-regexp nil) Andreas, this breaks outline in Org - can you have a look? Thanks, -- Bastien

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-24 Thread Bastien
Hi Till, I cannot reproduce the problem with my setup, but... Till Junge writes: > current state: > == > (setq > org-ditaa-jar-path "/usr/bin/ditaa" > org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) > org-speed-command-hook '(org-speed-command-default-ho

[O] Bug: conflict with python-mode [7.8.11]

2012-12-24 Thread Till Junge
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)