From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: TODO list sorted across categories Date: Sun, 07 Jul 2013 09:56:05 +0200 Message-ID: <87mwpyst0q.fsf@bzg.ath.cx> References: <87txk7exsc.fsf@demeulle.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvjpI-0006sy-9c for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 03:56:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvjpH-0004BS-BF for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 03:56:08 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:56622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvjpH-0004BN-4Q for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 03:56:07 -0400 Received: by mail-wi0-f170.google.com with SMTP id ey16so9221809wid.1 for ; Sun, 07 Jul 2013 00:56:06 -0700 (PDT) In-Reply-To: <87txk7exsc.fsf@demeulle.org> (Edward DeMeulle's message of "Sat, 06 Jul 2013 22:36:51 -0700") 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: Edward DeMeulle Cc: emacs-orgmode@gnu.org Hi Edward, Edward DeMeulle writes: > I'd like to be able to produce a TODO list that is sorted by timestamp > independently of category. I'm still new to elisp and so don't yet > understand all the code involved. What I've been able to do so far is > create a separate version of org-todo-list by changing a single line: > > (org-set-sorting-strategy 'timestamp-up) ; was 'todo > > however that appears to sort by timestamp within categories, not > across. Is there a relatively simply way to have org-todo-list ignore > categories? Did you try to set `org-agenda-sorting-strategy' for your agenda view? That's the standard way of manipulating TODO list views you create on the fly with M-x org-agenda RET. 2 cts, -- Bastien