From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Mickey Subject: Sort by Inactive Timestamp Date: Thu, 6 Dec 2012 14:30:14 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgjxu-0006OU-HV for emacs-orgmode@gnu.org; Thu, 06 Dec 2012 17:30:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tgjxt-00009n-G0 for emacs-orgmode@gnu.org; Thu, 06 Dec 2012 17:30:46 -0500 Received: from mail-ob0-f169.google.com ([209.85.214.169]:45580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgjxt-00009Q-BJ for emacs-orgmode@gnu.org; Thu, 06 Dec 2012 17:30:45 -0500 Received: by mail-ob0-f169.google.com with SMTP id lz20so7752994obb.0 for ; Thu, 06 Dec 2012 14:30:44 -0800 (PST) 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 Org-Mode Hey Org mailing list! So, I have been using org for years (2006?) now, absolutely adore it. The generic org-export in contrib really excites me as well, I want to try and write an org-e-mediawiki.el after I learn some more about org's implementation. However.. my current issue: I'd like to sort my todo's by when I entered them. So in my capture template I put an inactive timestamp at the bottom, so my headlines look something like: --8<---------------cut here---------------start------------->8--- * Todo ** TODO call mom - Ask about christmas - Talk about Dad - See if she bought a dog [2012-12-05 Wed 16:36] ** TODO Yet another thing [2012-12-05 Wed 16:37] --8<---------------cut here---------------end--------------->8--- I'd love to have a way to bring up the agenda and have it sorted by this ctime I'm manually inserting. Do people have suggestions on the best way to support this? Maybe add a property to my TODOs that is this creation time? Has anyone else done something similar to this using org-agenda-cmp-user-defined? ... is this the wrong place to ask this question? I appreciate any and all help! // jeff