From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Robins Subject: Using column view on a sparse tree displaying only a few tags. Date: Thu, 03 Apr 2008 10:16:29 -0700 Message-ID: <47F510ED.7080602@yahoo.com> Reply-To: wulfhomme13-rook@yahoo.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1352364982==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhTBt-0001bP-LK for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 13:25:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhTBr-0001as-4J for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 13:25:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhTBq-0001ap-Qc for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 13:25:30 -0400 Received: from n3.bullet.mail.re3.yahoo.com ([68.142.237.110]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JhTBq-0004P6-L1 for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 13:25:30 -0400 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: org-mode This is a multi-part message in MIME format. --===============1352364982== Content-Type: multipart/alternative; boundary="------------090308010102030008030104" This is a multi-part message in MIME format. --------------090308010102030008030104 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Let's say I have a org tree with some tasks tagged with the keyword ":today:". Now I do a sparse tree matching the today tag and this would limit the display to only items with tag "today". Now if I would like to do a column view on that sparse tree by doing C-c C-x C-c. However this does not seem to limit the column display to only the headlines with the tag "today". Is it possible to achieve what I'm trying to do? Is there any way to filter out (i.e hide) headlines in the column view based on some criteria? Thanks, Jose --------------090308010102030008030104 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Let's say I have a org tree with some tasks tagged with the keyword ":today:".
Now I do a sparse tree matching the today tag and this would limit the display to only items with tag "today".

Now if I would like to do a column view on that sparse tree by doing C-c C-x C-c. However this does not seem to limit the column display to only the headlines with the tag "today".  Is it possible to achieve what I'm trying to do? Is there any way to filter out (i.e hide) headlines in the column view based on some criteria?

Thanks,
Jose
--------------090308010102030008030104-- --===============1352364982== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1352364982==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Using column view on a sparse tree displaying only a few tags. Date: Thu, 03 Apr 2008 13:52:50 -0400 Message-ID: <871w5mhll9.fsf@gollum.intra.norang.ca> References: <47F510ED.7080602@yahoo.com> 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 1JhTcQ-0001Nq-Ir for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 13:52:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhTcO-0001Il-2e for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 13:52:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhTcN-0001Ie-Vm for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 13:52:56 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JhTcN-0002yx-MN for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 13:52:55 -0400 In-Reply-To: <47F510ED.7080602@yahoo.com> (Jose Robins's message of "Thu\, 03 Apr 2008 10\:16\:29 -0700") 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: wulfhomme13-rook@yahoo.com Cc: org-mode Jose Robins writes: > Let's say I have a org tree with some tasks tagged with the keyword ":today:". > Now I do a sparse tree matching the today tag and this would limit the display > to only items with tag "today". Tag your tasks with :today: then do an agenda view tag match for today C-c a 1 m today RET Tag inheritance will control if subtasks are included or not. > > Now if I would like to do a column view on that sparse tree by doing C-c C-x > C-c. However this does not seem to limit the column display to only the > headlines with the tag "today". Is it possible to achieve what I'm trying to > do? Is there any way to filter out (i.e hide) headlines in the column view > based on some criteria? Then C-c C-x C-c in the agenda view HTH, Bernt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Robins Subject: Re: Using column view on a sparse tree displaying only a few tags. Date: Thu, 03 Apr 2008 13:54:30 -0700 Message-ID: <47F54406.3030105@yahoo.com> References: <47F510ED.7080602@yahoo.com> <871w5mhll9.fsf@gollum.intra.norang.ca> Reply-To: wulfhomme13-rook@yahoo.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0755057448==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhWSB-00028N-Tv for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 16:54:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhWSA-00027z-6x for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 16:54:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhWSA-00027w-2j for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 16:54:34 -0400 Received: from n12b.bullet.mail.mud.yahoo.com ([209.191.125.179]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JhWS9-0004j7-T6 for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 16:54:34 -0400 In-Reply-To: <871w5mhll9.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: org-mode This is a multi-part message in MIME format. --===============0755057448== Content-Type: multipart/alternative; boundary="------------030503010400060608090202" This is a multi-part message in MIME format. --------------030503010400060608090202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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... thanks, Jose Bernt Hansen wrote: > Jose Robins writes: > > >> Let's say I have a org tree with some tasks tagged with the keyword ":today:". >> Now I do a sparse tree matching the today tag and this would limit the display >> to only items with tag "today". >> > > Tag your tasks with :today: then do an agenda view tag match for today > > C-c a 1 m today RET > > Tag inheritance will control if subtasks are included or not. > > >> Now if I would like to do a column view on that sparse tree by doing C-c C-x >> C-c. However this does not seem to limit the column display to only the >> headlines with the tag "today". Is it possible to achieve what I'm trying to >> do? Is there any way to filter out (i.e hide) headlines in the column view >> based on some criteria? >> > > Then C-c C-x C-c in the agenda view > > HTH, > Bernt > > --------------030503010400060608090202 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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...

thanks,
Jose

Bernt Hansen wrote:
Jose Robins <wulfhomme13-rook@yahoo.com> writes:

  
Let's say I have a org tree with some tasks tagged with the keyword ":today:".
Now I do a sparse tree matching the today tag and this would limit the display
to only items with tag "today".
    

Tag your tasks with :today: then do an agenda view tag match for today

C-c a 1 m today RET

Tag inheritance will control if subtasks are included or not.

  
Now if I would like to do a column view on that sparse tree by doing C-c C-x
C-c. However this does not seem to limit the column display to only the
headlines with the tag "today".  Is it possible to achieve what I'm trying to
do? Is there any way to filter out (i.e hide) headlines in the column view
based on some criteria?
    

Then C-c C-x C-c in the agenda view

HTH,
Bernt

  
--------------030503010400060608090202-- --===============0755057448== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0755057448==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Using column view on a sparse tree displaying only a few tags. Date: Thu, 03 Apr 2008 16:58:02 -0400 Message-ID: <87abkafyg5.fsf@gollum.intra.norang.ca> References: <47F510ED.7080602@yahoo.com> <871w5mhll9.fsf@gollum.intra.norang.ca> <47F54406.3030105@yahoo.com> 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 1JhWVd-0003Sk-0R for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 16:58:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhWVa-0003SM-PA for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 16:58:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhWVa-0003SJ-ME for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 16:58:06 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JhWVa-0005ed-M2 for emacs-orgmode@gnu.org; Thu, 03 Apr 2008 16:58:06 -0400 In-Reply-To: <47F54406.3030105@yahoo.com> (Jose Robins's message of "Thu\, 03 Apr 2008 13\:54\:30 -0700") 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: wulfhomme13-rook@yahoo.com Cc: org-mode Jose Robins writes: > 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... I use the same column definition everywhere so I have this in my .emacs (setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated Effort){:} %CLOCKSUM") That works great for me... Your mileage may vary :) Bernt 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: Fri, 4 Apr 2008 12:28:32 +0200 Message-ID: <04C52FAC-3E0A-4926-B04B-6CDE92C4709F@science.uva.nl> References: <47F510ED.7080602@yahoo.com> <871w5mhll9.fsf@gollum.intra.norang.ca> <47F54406.3030105@yahoo.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: multipart/mixed; boundary="===============0848365413==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhjA6-0004sy-DI for emacs-orgmode@gnu.org; Fri, 04 Apr 2008 06:28:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhjA5-0004sf-Nc for emacs-orgmode@gnu.org; Fri, 04 Apr 2008 06:28:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhjA5-0004sZ-Hj for emacs-orgmode@gnu.org; Fri, 04 Apr 2008 06:28:45 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhjA4-0004dM-Na for emacs-orgmode@gnu.org; Fri, 04 Apr 2008 06:28:45 -0400 Received: by fg-out-1718.google.com with SMTP id d23so4564505fga.30 for ; Fri, 04 Apr 2008 03:28:37 -0700 (PDT) In-Reply-To: <47F54406.3030105@yahoo.com> 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: wulfhomme13-rook@yahoo.com Cc: Bernt Hansen , org-mode --===============0848365413== Content-Type: multipart/alternative; boundary=Apple-Mail-9--783037229 --Apple-Mail-9--783037229 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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. - Carsten > > > thanks, > Jose > > Bernt Hansen wrote: >> >> Jose Robins writes: >> >> >>> Let's say I have a org tree with some tasks tagged with the >>> keyword ":today:". >>> Now I do a sparse tree matching the today tag and this would limit >>> the display >>> to only items with tag "today". >>> >> Tag your tasks with :today: then do an agenda view tag match for >> today >> >> C-c a 1 m today RET >> >> Tag inheritance will control if subtasks are included or not. >> >> >>> Now if I would like to do a column view on that sparse tree by >>> doing C-c C-x >>> C-c. However this does not seem to limit the column display to >>> only the >>> headlines with the tag "today". Is it possible to achieve what >>> I'm trying to >>> do? Is there any way to filter out (i.e hide) headlines in the >>> column view >>> based on some criteria? >>> >> Then C-c C-x C-c in the agenda view >> >> HTH, >> Bernt >> >> > _______________________________________________ > 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 --Apple-Mail-9--783037229 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
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.

- = Carsten





thanks,
Jose
=

Bernt Hansen wrote:
Jose Robins <wulfhomme13-rook@yahoo.com>=
 writes:

  
Let's say I have =
a org tree with some tasks tagged with the keyword ":today:".
Now I do a sparse tree matching the today tag and this would limit the =
display
to only items with tag "today".
    
Tag your tasks with =
:today: then do an agenda view tag match for today

C-c a 1 m today RET

Tag inheritance will control if subtasks are included or not.

  
Now if I would =
like to do a column view on that sparse tree by doing C-c C-x
C-c. However this does not seem to limit the column display to only the
headlines with the tag "today".  Is it possible to achieve what I'm =
trying to
do? Is there any way to filter out (i.e hide) headlines in the column =
view
based on some criteria?
    
Then C-c C-x C-c in the =
agenda view

HTH,
Bernt

  
= _______________________________________________
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

= --Apple-Mail-9--783037229-- --===============0848365413== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0848365413==-- 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. 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 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 23:06:16 +0100 Message-ID: <20080528220616.GK20846@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> <20080528151545.GG20846@atlantic.linksys.moosehall> <0CBB7417-0D70-42D5-A6B0-A563EC1CE546@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 1K1Tmn-0007Ng-JQ for emacs-orgmode@gnu.org; Wed, 28 May 2008 18:06:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1Tmn-0007NM-47 for emacs-orgmode@gnu.org; Wed, 28 May 2008 18:06:21 -0400 Received: from [199.232.76.173] (port=34166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1Tmm-0007NI-Nd for emacs-orgmode@gnu.org; Wed, 28 May 2008 18:06:20 -0400 Received: from mail.beimborn.com ([70.84.38.100]:45083) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1Tmm-0005BV-8T for emacs-orgmode@gnu.org; Wed, 28 May 2008 18:06:20 -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 m4SM6J3d030021 for ; Wed, 28 May 2008 17:06:19 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m4SM6IAp030016 for emacs-orgmode@gnu.org; Wed, 28 May 2008 23:06:18 +0100 Content-Disposition: inline In-Reply-To: <0CBB7417-0D70-42D5-A6B0-A563EC1CE546@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 Wed, May 28, 2008 at 07:26:35PM +0200, Carsten Dominik wrote: > 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. Ah, makes sense! Thanks.