From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: Re: Using column view on a sparse tree displaying only a few tags. Date: Wed, 28 May 2008 16:15:45 +0100 Message-ID: <20080528151545.GG20846@atlantic.linksys.moosehall> References: <47F510ED.7080602@yahoo.com> <871w5mhll9.fsf@gollum.intra.norang.ca> <47F54406.3030105@yahoo.com> <04C52FAC-3E0A-4926-B04B-6CDE92C4709F@science.uva.nl> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1NNX-0005gg-UV for emacs-orgmode@gnu.org; Wed, 28 May 2008 11:15:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1NNW-0005gQ-36 for emacs-orgmode@gnu.org; Wed, 28 May 2008 11:15:50 -0400 Received: from [199.232.76.173] (port=38146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1NNW-0005gN-0D for emacs-orgmode@gnu.org; Wed, 28 May 2008 11:15:50 -0400 Received: from mail.beimborn.com ([70.84.38.100]:42318) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1NNV-000072-MG for emacs-orgmode@gnu.org; Wed, 28 May 2008 11:15:49 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m4SFFmuo017494 for ; Wed, 28 May 2008 10:15:48 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m4SFFld9017486 for emacs-orgmode@gnu.org; Wed, 28 May 2008 16:15:47 +0100 Content-Disposition: inline In-Reply-To: <04C52FAC-3E0A-4926-B04B-6CDE92C4709F@science.uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Fri, Apr 04, 2008 at 12:28:32PM +0200, Carsten Dominik wrote: > On Apr 3, 2008, at 10:54 PM, Jose Robins wrote: > >Thanks Bernt, that works! > >However the only thing is that I've defined COLUMNS for the whole > >file using the #+COLUMNS keyword at the top of the file. I guess > >those properties are not being considered in the column view on the > >agenda buffer. It comes up with the default column properties.... I > >guess the only way is to redefine the standard column properties, so > >that the column properties that I want are displayed in the agenda > >view as well... > > This is now fixed. Column view in the agenda will now use the > column format appropriate for the entry at point, or for the first > entry in the agenda view. I.e. it will go back to the original > buffer and take the format from a property, a COLUMNS line, or, if > these fail, from the default set in org-columns-default-format'. > > This change is up in the git repo. Is there a regression here, or am I doing something wrong? I have #+COLUMNS: %TODO %3PRIORITY %40ITEM(Task) %17Effort(ETC){:} CLOCKSUM(Taken) %TAGS(Tags) near the bottom of one of my four agenda files, but when I look at the agenda and turn on column view, it still uses org-columns-default-format. This is with a fairly recent git pull.