From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: New version which is compatible with emacs 24: New function to view your notes in chronological order Date: Tue, 26 Jul 2011 13:55:21 +0200 Message-ID: <87sjpts1cm.fsf@gnu.org> References: <4E22A556.3010202@online.de> <4E29C4BA.5090906@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlgE0-0007N6-Ez for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 07:55:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlgDz-0005lR-IK for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 07:55:00 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:34600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlgDz-0005lN-Bg for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 07:54:59 -0400 Received: by wwf22 with SMTP id 22so287791wwf.30 for ; Tue, 26 Jul 2011 04:54:58 -0700 (PDT) In-Reply-To: <4E29C4BA.5090906@online.de> (Marc-Oliver Ihm's message of "Fri, 22 Jul 2011 20:43:06 +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: Marc-Oliver Ihm Cc: emacs-orgmode@gnu.org, Marc-Oliver Ihm Hi Marc-Oliver, Marc-Oliver Ihm writes: > Unfortunately, org-find-timestamps as posted before was not compatible > with emacs 24. (More precise, it hat problems with the read-only > property, that emacs 24 applies to text within the occur-buffer) > > The version below is now compatible with both emacs 23 and 24. Thanks for updating this function, it works okay here (Emacs 24). One possible improvement: consider other timestamps than just inactive timestamps? As I said, part of this function can be integrated into `org-sparse-tree' by allowing the user to be prompted for a range of dates, but the display of ordered timestamps in the occur is still useful. Thanks, -- Bastien