From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] fix appointment warn time Date: Sun, 28 Apr 2013 10:59:55 +0200 Message-ID: <87bo8zvxmc.fsf@bzg.ath.cx> References: <87fvydb50d.fsf@bzg.ath.cx> <87haismbah.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWNSi-0003Q9-AI for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 05:00:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWNSh-000602-5r for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 05:00:00 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:60528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWNSg-0005zq-Vt for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 04:59:59 -0400 Received: by mail-we0-f174.google.com with SMTP id t9so4123643wey.33 for ; Sun, 28 Apr 2013 01:59:58 -0700 (PDT) In-Reply-To: (Ivan Kanis's message of "Sun, 28 Apr 2013 10:48:34 +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: Ivan Kanis Cc: org mode Ivan Kanis writes: > April, 27 at 14:02 Bastien wrote: > >>> It works great and it looks less expensive. Thank you! >> >> Great -- thanks for testing this. >> >> Still, I need to really understand what real problem it fixes... >> is it because some of your functions needs to check the property >> or is it during regular use of Org? Sorry if I missed this in >> one of your previous message... and thanks in advance! > > I am doing regular use of Org. Put the attached foo.org in your home > directory. Eval the progn. Pick agenda for the day. > > Go to the test entry and do M-x describe-text-properties > > Without your patch you should see that warntime is nil. Mhh... I don't see this. The call to (org-agenda) in your (progn...) will refresh the text-properties in foo.org and C-u C-x = show the property in both the agenda and foo.org. I clearly miss something here :/ -- Bastien