From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toby Cubitt Subject: Re: Bugs x2: fast tag selection broken, column view broken? Date: Fri, 29 Mar 2013 11:30:01 +0000 Message-ID: <20130329113001.GA8447@c3po> References: <20130329001010.GA11893@c3po> Reply-To: Toby Cubitt Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULXfH-0007Sx-Am for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 07:40:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULXfG-0005HX-5S for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 07:40:11 -0400 Received: from starfish.geekisp.com ([216.168.135.166]:19464) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ULXfG-0005HN-0E for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 07:40:10 -0400 Content-Disposition: inline In-Reply-To: <20130329001010.GA11893@c3po> 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: emacs-orgmode@gnu.org On Fri, Mar 29, 2013 at 12:10:10AM +0000, Toby Cubitt wrote: > On Thu, Mar 28, 2013 at 10:29:06PM +0100, Bastien wrote: > > > 2. Column view mode is completely broken for me. In old org files where > > > column view used to work fine, I now just get grey boxes obscuring the > > > headings, and nothing in the columns. I've attached a minimal example > > > file, and a screenshot. > > > > I can't reproduce this one. Can you reproduce it with emacs -Q? > > Hmmm... I can't reproduce it from emacs -Q. Sorry, I should of course > have checked this first before posting. Must be something in my > config. I'll investigate and try to narrow down what exactly is causing > it. This one's weird. It seems to be caused by an interaction between flyspell and org. I can reproduce it with the following minimal recipe (using the column-view.org file from my previous post, though enabling column view mode in any org file should reproduce the problem): 1. Create a .emacs with the following contents: (add-to-list "~/path/to/org-mode/lisp/") (require 'flyspell) (require 'org) 2. emacs --daemon 3. emacsclient -c column-view.org 4. C-c C-x C-c Reversing the order in which flyspell and org are loaded fixes the problem. I'm running a recent bzr version of Emacs, and a recent git version of Org mode. Best, Toby -- Dr T. S. Cubitt Royal Society University Research Fellow Centre for Quantum Information and Foundations DAMTP, University of Cambridge email: tsc25@cantab.net web: www.dr-qubit.org