From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: how to sort in the column view? Date: Tue, 22 Jun 2010 12:38:26 +0200 Message-ID: References: <20100618172513.21f3c08f@hsdev.com> <20100622122837.0f66ba5b@hsdev.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54844 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OR0x4-0002F4-7F for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 06:43:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OR0x2-0001Lz-Uu for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 06:43:34 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:60741) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OR0x2-0001Ln-Qq for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 06:43:32 -0400 Received: by wyf28 with SMTP id 28so3636174wyf.0 for ; Tue, 22 Jun 2010 03:43:32 -0700 (PDT) In-Reply-To: <20100622122837.0f66ba5b@hsdev.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: Marcel van der Boom Cc: emacs-orgmode@gnu.org On Jun 22, 2010, at 12:28 PM, Marcel van der Boom wrote: > On Fri 18-Jun-2010 17:25 > Marcel van der Boom 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