From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guido Van Hoecke Subject: Re: org mode alignment problem Date: Mon, 24 Mar 2014 21:53:40 +0100 Message-ID: References: <87fvm8hk3j.fsf@bzg.ath.cx> <87zjkgfxpj.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSBsq-0001XC-LH for emacs-orgmode@gnu.org; Mon, 24 Mar 2014 16:54:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSBsp-0007Kr-QJ for emacs-orgmode@gnu.org; Mon, 24 Mar 2014 16:54:12 -0400 In-Reply-To: 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: orgmode Bastien, On 23 March 2014 22:51, Guido Van Hoecke wrote: > Hi Bastien, > > Bastien writes: > >> Hi Guido, >> >> Guido Van Hoecke writes: >> >>> The problem remains if I replace '[' and ']' with either '{' and >>> '}' or '(' and ')'. >>> >>> It disappears if I replace them by e.g. '#' and '+'. >> >> I smell a bad interaction with some other package. >> >> Can you reproduce the problem with emacs -q (loading Org >> from master, since you're using this Org version)? > > Nope. > >> If the problem disappear when you don't load your emacs.el, >> then maybe you can bisect and see what's wrong there. > > I'll investigate this tomorrow and report back with the name of the > culprit :) Here's the culprit: (require 'linum) (global-linum-mode) Turning global-linum-mode off solved the problem, as far as I can tell now. Thanks for your help and time. Guido