From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Knoth Subject: Sort agenda view by date? Date: Fri, 15 Oct 2010 08:45:53 -0700 (PDT) Message-ID: <223016.14221.qm@web37907.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0003574169==" Return-path: Received: from [140.186.70.92] (port=57187 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6mTm-0000fN-4K for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 11:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6mTi-00076z-AV for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 11:45:58 -0400 Received: from web37907.mail.mud.yahoo.com ([209.191.91.169]:38656) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P6mTi-00076t-5Q for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 11:45:54 -0400 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: emacs-orgmode@gnu.org --===============0003574169== Content-Type: multipart/alternative; boundary="0-1398435436-1287157553=:14221" --0-1398435436-1287157553=:14221 Content-Type: text/plain; charset=us-ascii After I do a tag-search to create an agenda view, I am presented with all of the tagged items, in the order that they appear in their home files. Is there a way to sort the list in the Agenda view in the order of timestamps? --0-1398435436-1287157553=:14221 Content-Type: text/html; charset=us-ascii
After I do a tag-search to create an agenda view, I am presented with all of the tagged items, in the order that they appear in their home files. Is there a way to sort the list in the Agenda view in the order of timestamps?
--0-1398435436-1287157553=:14221-- --===============0003574169== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0003574169==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Sort agenda view by date? Date: Thu, 03 Feb 2011 14:03:37 +0100 Message-ID: <874o8le0d2.fsf@gnu.org> References: <223016.14221.qm@web37907.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkyqW-0005CH-Pe for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 08:03:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkyqV-0003AX-I1 for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 08:03:36 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:40842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkyqV-0003AG-D8 for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 08:03:35 -0500 Received: by fxm12 with SMTP id 12so1197077fxm.0 for ; Thu, 03 Feb 2011 05:03:34 -0800 (PST) In-Reply-To: <223016.14221.qm@web37907.mail.mud.yahoo.com> (Bruce Knoth's message of "Fri, 15 Oct 2010 08:45:53 -0700 (PDT)") 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: Bruce Knoth Cc: emacs-orgmode@gnu.org Hi Bruce, Bruce Knoth writes: > After I do a tag-search to create an agenda view, I am presented with > all of the tagged items, in the order that they appear in their home > files. Is there a way to sort the list in the Agenda view in the > order of timestamps? Have a look at `org-agenda-sorting-strategy'. HTH, -- Bastien