emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how to sort in the column view?
@ 2010-06-18 15:01 Marcel van der Boom
  0 siblings, 0 replies; 5+ messages in thread
From: Marcel van der Boom @ 2010-06-18 15:01 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I have a custom agenda command which produces a list of items which are
scheduled, i.e. have a SCHEDULED or a DEADLINE property. Producing that
column view is now defined  in 'org-agenda-custom-commands' as:

[...]
("c" "Scheduled overview" tags "SCHEDULED<>\"\"|DEADLINE<>\"\"/TODO" 
     (
     (org-agenda-overriding-header "SCHEDULED") 
     (org-agenda-view-columns-initially t) 
     (org-agenda-overriding-columns-format "%65ITEM %25Responsible
%SCHEDULED %DEADLINE %TAGS") (org-agenda-dim-blocked-tasks t))) 
[...]

What I would like to do is to sort on the SCHEDULED and/or DEADLINE
column. 

I tried using org-agenda-sorting-strategy on the custom view,
but that does not seem to work. 

Can someone give me a nudge in the right direction for sorting on the
SCHEDULED column (property)?

Thanks,
marcel

--
Marcel van der Boom  -- http://hsdev.com/mvdb.vcf
HS-Development BV    -- http://www.hsdev.com
So! web applications -- http://make-it-so.info
Cobra build          -- http://cobra.mrblog.nl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* how to sort in the column view?
@ 2010-06-18 15:25 Marcel van der Boom
  2010-06-22 10:28 ` Marcel van der Boom
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel van der Boom @ 2010-06-18 15:25 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I have a custom agenda command which produces a list of items which are
scheduled, i.e. have a SCHEDULED or a DEADLINE property. Producing that
column view is now defined  in 'org-agenda-custom-commands' as:

[...]
("c" "Scheduled overview" tags "SCHEDULED<>\"\"|DEADLINE<>\"\"/TODO" 
     (
     (org-agenda-overriding-header "SCHEDULED") 
     (org-agenda-view-columns-initially t) 
     (org-agenda-overriding-columns-format "%65ITEM %25Responsible
%SCHEDULED %DEADLINE %TAGS") (org-agenda-dim-blocked-tasks t))) 
[...]

What I would like to do is to sort on the SCHEDULED and/or DEADLINE
column. 

I tried using org-agenda-sorting-strategy on the custom view,
but that does not seem to work. 

Can someone give me a nudge in the right direction for sorting on the
SCHEDULED column (property)?

Thanks,
marcel

--
Marcel van der Boom  -- http://hsdev.com/mvdb.vcf
HS-Development BV    -- http://www.hsdev.com
So! web applications -- http://make-it-so.info
Cobra build          -- http://cobra.mrblog.nl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: how to sort in the column view?
  2010-06-18 15:25 how to sort in the column view? Marcel van der Boom
@ 2010-06-22 10:28 ` Marcel van der Boom
  2010-06-22 10:38   ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel van der Boom @ 2010-06-22 10:28 UTC (permalink / raw)
  To: emacs-orgmode

On Fri 18-Jun-2010 17:25
Marcel van der Boom <marcel@hsdev.com> wrote:

>Hi,
>
>I have a custom agenda command which produces a list of items which are
>scheduled, i.e. have a SCHEDULED or a DEADLINE property. Producing that
>column view is now defined  in 'org-agenda-custom-commands' as:
>
>[...]
>("c" "Scheduled overview" tags "SCHEDULED<>\"\"|DEADLINE<>\"\"/TODO" 
>     (
>     (org-agenda-overriding-header "SCHEDULED") 
>     (org-agenda-view-columns-initially t) 
>     (org-agenda-overriding-columns-format "%65ITEM %25Responsible
>%SCHEDULED %DEADLINE %TAGS") (org-agenda-dim-blocked-tasks t))) 
>[...]
>
>What I would like to do is to sort on the SCHEDULED and/or DEADLINE
>column. 
>
>I tried using org-agenda-sorting-strategy on the custom view,
>but that does not seem to work. 
>
>Can someone give me a nudge in the right direction for sorting on the
>SCHEDULED column (property)?
>

No ideas?

marcel

-- 
Marcel van der Boom  -- http://hsdev.com/mvdb.vcf
HS-Development BV    -- http://www.hsdev.com
So! web applications -- http://make-it-so.info
Cobra build          -- http://cobra.mrblog.nl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: how to sort in the column view?
  2010-06-22 10:28 ` Marcel van der Boom
@ 2010-06-22 10:38   ` Carsten Dominik
  2010-06-22 11:01     ` Marcel van der Boom
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2010-06-22 10:38 UTC (permalink / raw)
  To: Marcel van der Boom; +Cc: emacs-orgmode


On Jun 22, 2010, at 12:28 PM, Marcel van der Boom wrote:

> On Fri 18-Jun-2010 17:25
> Marcel van der Boom <marcel@hsdev.com> wrote:
>
>> Hi,
>>
>> I have a custom agenda command which produces a list of items which  
>> are
>> scheduled, i.e. have a SCHEDULED or a DEADLINE property. Producing  
>> that
>> column view is now defined  in 'org-agenda-custom-commands' as:
>>
>> [...]
>> ("c" "Scheduled overview" tags "SCHEDULED<>\"\"|DEADLINE<>\"\"/TODO"
>>    (
>>    (org-agenda-overriding-header "SCHEDULED")
>>    (org-agenda-view-columns-initially t)
>>    (org-agenda-overriding-columns-format "%65ITEM %25Responsible
>> %SCHEDULED %DEADLINE %TAGS") (org-agenda-dim-blocked-tasks t)))
>> [...]
>>
>> What I would like to do is to sort on the SCHEDULED and/or DEADLINE
>> column.
>>
>> I tried using org-agenda-sorting-strategy on the custom view,
>> but that does not seem to work.
>>
>> Can someone give me a nudge in the right direction for sorting on the
>> SCHEDULED column (property)?

How about you start by showing us what you have tried with the sorting  
strategy?

- Carsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: how to sort in the column view?
  2010-06-22 10:38   ` Carsten Dominik
@ 2010-06-22 11:01     ` Marcel van der Boom
  0 siblings, 0 replies; 5+ messages in thread
From: Marcel van der Boom @ 2010-06-22 11:01 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

On Tue 22-Jun-2010 12:38
Carsten Dominik <carsten.dominik@gmail.com> wrote:

>>> ("c" "Scheduled overview" tags "SCHEDULED<>\"\"|DEADLINE<>\"\"/TODO"
>>>    (
>>>    (org-agenda-overriding-header "SCHEDULED")
>>>    (org-agenda-view-columns-initially t)
>>>    (org-agenda-overriding-columns-format "%65ITEM %25Responsible
>>> %SCHEDULED %DEADLINE %TAGS") (org-agenda-dim-blocked-tasks t)))
>>> [...]
>>>
>>> What I would like to do is to sort on the SCHEDULED and/or DEADLINE
>>> column.
>>>
>>> I tried using org-agenda-sorting-strategy on the custom view,
>>> but that does not seem to work.
>>>
>>> Can someone give me a nudge in the right direction for sorting on
>>> the SCHEDULED column (property)?
>
>How about you start by showing us what you have tried with the
>sorting strategy?

What I have tried is to change the configuration of the custom command
to have a line '(org-agenda-sorting-strategy (quote (alpha-up)))' as
the first line.

I was expecting this to have the effect to sort the column view by
the item text (my first column), but it did not seem to change anything
at all. This made me wonder if i was on the right track.

I presume if the alpha sorting works, i could try to write a custom
sort on the SCHEDULED/DEADLINE property?

marcel

-- 
Marcel van der Boom  -- http://hsdev.com/mvdb.vcf
HS-Development BV    -- http://www.hsdev.com
So! web applications -- http://make-it-so.info
Cobra build          -- http://cobra.mrblog.nl

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-22 11:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-18 15:25 how to sort in the column view? Marcel van der Boom
2010-06-22 10:28 ` Marcel van der Boom
2010-06-22 10:38   ` Carsten Dominik
2010-06-22 11:01     ` Marcel van der Boom
  -- strict thread matches above, loose matches on Subject: below --
2010-06-18 15:01 Marcel van der Boom

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).