From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward DeMeulle Subject: TODO list sorted across categories Date: Sat, 06 Jul 2013 22:36:51 -0700 Message-ID: <87txk7exsc.fsf@demeulle.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uvhei-00088e-6i for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 01:37:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uvheh-0002Tn-Dd for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 01:37:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:42514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uvheh-0002Tf-6V for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 01:37:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uvheg-0007XN-1r for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 07:37:02 +0200 Received: from pool-71-119-32-205.lsanca.fios.verizon.net ([71.119.32.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Jul 2013 07:37:02 +0200 Received: from ed by pool-71-119-32-205.lsanca.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Jul 2013 07:37:02 +0200 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 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?