From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: [PATCH] Speed up org-diary Date: Mon, 29 Mar 2010 10:17:04 -0400 Message-ID: <87d3ynrz4v.fsf@fastmail.fm> References: <874ok071tf.fsf@fastmail.fm> <4EBD8D44-D5F4-4FCD-B548-796D4538EC90@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwFlX-00037J-QA for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 10:16:31 -0400 Received: from [140.186.70.92] (port=34802 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwFlW-00035y-9e for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 10:16:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwFlU-0006Es-TD for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 10:16:30 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:43051) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwFlU-0006En-QP for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 10:16:28 -0400 In-Reply-To: <4EBD8D44-D5F4-4FCD-B548-796D4538EC90@gmail.com> (Carsten Dominik's message of "Mon, 29 Mar 2010 14:20:52 +0200") 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: Carsten Dominik Cc: Org Mode Hi Carsten, Carsten Dominik writes: > that is a good catch. org-diary is a total orphan for me, > I have not looked at this function for 5 years - it was written > when I was still thinking to use Org-files through the Emacs diary. Thanks for applying the patch. Yes, I think one of the FAQs nicely cautions against using org-diary (i.e., "think twice before using it!"). My only use for it at the moment is to pass org data to the cal-tex functions. I certainly wouldn't recommend using org-diary to mark calendar dates! > I have made one change - I have given it 3 seconds instead of 1, > I think this is a better value. Thanks for making this change. I can see that 3 seconds is a better value, especially since I set the value of org-diary-last-run-time before the rest of the function runs. Best, Matt