From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Kanis Subject: Re: [PATCH] fix appointment warn time Date: Sun, 28 Apr 2013 10:48:34 +0200 Message-ID: References: <87fvydb50d.fsf@bzg.ath.cx> <87haismbah.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWNHw-0001FV-EA for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 04:48:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWNHt-0002pY-Rs for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 04:48:52 -0400 In-Reply-To: <87haismbah.fsf@bzg.ath.cx> (Bastien's message of "Sat, 27 Apr 2013 14:02:30 +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: Bastien Cc: org mode --=-=-= Content-Type: text/plain 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. --=-=-= Content-Type: text/x-org Content-Disposition: attachment; filename=foo.org ** TPIT with Jean-Philippe at San Francisco <2013-01-19 Fri 15:00 +1w> :PROPERTIES: :APPT_WARNTIME: 5 :END: (progn (setq org-agenda-files '("~/foo.org")) (org-agenda)) --=-=-=--