From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties) Date: Thu, 27 Jun 2013 16:42:57 +0200 Message-ID: <87li5voarm.fsf@bzg.ath.cx> References: <1371586950-20217-1-git-send-email-pmlists@free.fr> <1371586950-20217-2-git-send-email-pmlists@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkU-0008Uu-LM for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsDkR-00025I-81 for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:38 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:62801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkQ-00024f-W4 for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:35 -0400 Received: by mail-wi0-f175.google.com with SMTP id m6so3209163wiv.14 for ; Thu, 27 Jun 2013 08:04:34 -0700 (PDT) In-Reply-To: <1371586950-20217-2-git-send-email-pmlists@free.fr> ("Peter =?iso-8859-1?Q?M=FCnster=22's?= message of "Tue, 18 Jun 2013 22:22: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: Peter =?iso-8859-1?Q?M=FCnster?= Cc: emacs-orgmode@gnu.org Hi Peter, Peter Münster writes: > * contrib/lisp/org-notify.el (org-notify-make-todo): Properties from > org-element are all uppercase now. Mhh... not sure what it means -- do you have a pointer? > - (let* ((list (nth 1 heading)) (notify (or (get :notify) "default")) > + (let* ((list (nth 1 heading)) (notify (or (get :NOTIFY) "default")) I feel dull: please let me know why this is needed. Thanks! -- Bastien