From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Using column view on a sparse tree displaying only a few tags. Date: Wed, 28 May 2008 19:26:35 +0200 Message-ID: <0CBB7417-0D70-42D5-A6B0-A563EC1CE546@uva.nl> References: <47F510ED.7080602@yahoo.com> <871w5mhll9.fsf@gollum.intra.norang.ca> <47F54406.3030105@yahoo.com> <04C52FAC-3E0A-4926-B04B-6CDE92C4709F@science.uva.nl> <20080528151545.GG20846@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1PQ8-00031C-Jw for emacs-orgmode@gnu.org; Wed, 28 May 2008 13:26:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1PQ7-00030P-KV for emacs-orgmode@gnu.org; Wed, 28 May 2008 13:26:39 -0400 Received: from [199.232.76.173] (port=60183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1PQ7-00030J-9h for emacs-orgmode@gnu.org; Wed, 28 May 2008 13:26:39 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:20825) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1PQ6-0001VX-Bz for emacs-orgmode@gnu.org; Wed, 28 May 2008 13:26:38 -0400 In-Reply-To: <20080528151545.GG20846@atlantic.linksys.moosehall> 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: Adam Spiers Cc: emacs-orgmode@gnu.org This is no regression. In the agenda, org will use the format applicable to the first item, since it has to use the same for all lines. If that first item is from a file that has no columns format, it will use the default. Just set the default format and not the file- local ones. - Carsten On May 28, 2008, at 5:15 PM, Adam Spiers wrote: > 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. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode