From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Tue, 12 Mar 2013 16:00:24 +0000 (UTC) Message-ID: References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> <878v704hoh.fsf@bzg.ath.cx> <87ppzr71cs.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFRdH-0004KQ-UO for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFRd9-00070A-Ve for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:00:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:39090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFRd9-0006yB-J6 for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 12:00:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFRdO-0002lb-7O for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 17:01:02 +0100 Received: from mail.polytec.de ([213.144.13.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 17:01:02 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 17:01:02 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien altern.org> writes: > > Hi Martin, > > Martin web.de> writes: > > > I'll try to install it, test it and then get back to you with > > a feedback how it works as soon as I can. Hi Bastien, I now finally installed org-mode 7.9.4 and I tried to use the new sorting features, but it did not work. I changed my sorting strategy to: (setq org-agenda-sorting-strategy (quote ((agenda deadline-up scheduled-up time-up user-defined-up) (todo category-up priority-down effort-up) (tags category-up priority-down effort-up) (search nil)))) And now when trying to display the agenda, I get the following error: "Symbol's value as variable is void: deadline-up" Did I do something wrong or install the wrong version? Kind regards Martin