From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Fri, 1 Feb 2013 13:23:01 +0000 (UTC) Message-ID: References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <87wqusdyv8.fsf@norang.ca> 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]:42253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1Gae-00048G-Gd for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 08:23:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1GaM-00063t-Kr for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 08:23:35 -0500 Received: from plane.gmane.org ([80.91.229.3]:39142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1GaM-00063b-ES for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 08:23:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U1GaZ-0004Ok-6Q for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 14:23:33 +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 ; Fri, 01 Feb 2013 14:23:31 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Feb 2013 14:23:31 +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 Bernt Hansen norang.ca> writes: > > I tried to create a block agenda with several blocks based > > on the (agenda ....)command, but then I also have the time > > grid several times.. > > > > You should be able to turn the grid off. Hi Bernt, thanks a lot for your answers (also the other one: http://article.gmane.org/gmane.emacs.orgmode/65520). If it is possible to use more than one "agenda" block in the block agenda and turn off the time grid for all but the first, this should do perfectly what I need. The only problem is, that I don't get it to work, because I'm messing up the code blocks. :-( I'd need * Block 1 with time grid and deadlines (current and late) * Block 2 with Prio A (scheduled today or before today), sorted by scheduled date - newest first * Block 3 with Prio B (scheduled today or before today, sorted by scheduled date - newest first) If you have a suggestion how to solve that, this would help me very much. Kind regards Martin