emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] how to sort in the column view?


From: Carsten Dominik
Subject: Re: [Orgmode] how to sort in the column view?
Date: Tue, 22 Jun 2010 12:38:26 +0200


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

On Fri 18-Jun-2010 17:25
Marcel van der Boom <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]