From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: Re: Bug: conflict with python-mode [7.8.11] Date: Tue, 25 Dec 2012 09:21:57 +0100 Message-ID: <50D96225.8010608@online.de> References: <50D89426.6000508@gmail.com> <87623qzuva.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnPm8-0002Sk-Fy for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 03:22:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnPm7-000512-Kf for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 03:22:12 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:57579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnPm7-00050v-Az for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 03:22:11 -0500 In-Reply-To: <87623qzuva.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org, Till Junge 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 lp:python-mode BTW bug should not show up, if org-mode gets loaded before python-mode.el Cheers, Andreas