From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Sat, 2 Feb 2013 11:01:53 +1030 Message-ID: <877gmrtv2e.fsf@ucl.ac.uk> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <87wqusdyv8.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1R1h-0008In-RX for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 19:32:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1R1g-0006Tl-Ux for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 19:32:13 -0500 Received: from tx2ehsobe003.messaging.microsoft.com ([65.55.88.13]:35652 helo=tx2outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1R1g-0006TZ-OU for emacs-orgmode@gnu.org; Fri, 01 Feb 2013 19:32:12 -0500 In-Reply-To: (Martin Beck's message of "Fri, 1 Feb 2013 13:23:01 +0000") 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: Martin Beck Cc: emacs-orgmode@gnu.org Martin Beck writes: > 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. One of my agenda custom views looks like this: #+begin_src emacs-lisp ("v" "Startup View" ( (todo "INPR" (quote(org-agenda-overriding-header "Currently active tasks: "))) (todo "WAIT" (quote(org-agenda-overriding-header "Tasks waiting on others: "))) (agenda "" ((org-agenda-time-grid nil) (org-deadline-warning-days 365) (org-agenda-entry-types (quote (:deadline))) (org-agenda-skip-entry-if (quote scheduled)) (org-agenda-ndays 1) (org-agenda-overriding-header "Unscheduled upcoming deadlines:"))) (agenda "" ((org-agenda-ndays 1) (org-deadline-warning-days 1))) (todo "" (quote(org-agenda-overriding-header "Unscheduled No Deadline TODO: ")))) #+end_src Note the =org-agenda-time-grid nil= setting. HTH, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org release_7.9.3d-898-g005917