From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taru Karttunen Subject: Automatically sorting remembered entries Date: Sun, 19 Apr 2009 12:23:38 +0300 Message-ID: <1240132792-sup-8596@oz.taruti.net> Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvTFb-0000ZM-9q for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 05:23:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvTFW-0000Wk-GO for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 05:23:46 -0400 Received: from [199.232.76.173] (port=55653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvTFW-0000WZ-5R for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 05:23:42 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:47949 helo=mail.cs.helsinki.fi) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LvTFV-0000EP-Qu for emacs-orgmode@gnu.org; Sun, 19 Apr 2009 05:23:42 -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 Hello Is there a way to insert remembered entries in a sorted fashion? I am inserting entries like: *** <2009-04-20 Mon> Foobar and would like them to be sorted under the heading they are remembered. e.g. given the org file: * Current *** <2009-04-18 Sat> Foo *** <2009-04-21 Tue> Bar The entry would be automatically inserted in the middle like: * Current *** <2009-04-18 Sat> Foo *** <2009-04-20 Mon> Foobar *** <2009-04-21 Tue> Bar - Taru Karttunen