emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Peter Münster" <pmlists@free.fr>
To: emacs-orgmode@gnu.org
Subject: [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties)
Date: Tue, 18 Jun 2013 22:22:30 +0200	[thread overview]
Message-ID: <1371586950-20217-2-git-send-email-pmlists@free.fr> (raw)
In-Reply-To: <1371586950-20217-1-git-send-email-pmlists@free.fr>

* contrib/lisp/org-notify.el (org-notify-make-todo): Properties from
org-element are all uppercase now.
---
 contrib/lisp/org-notify.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/lisp/org-notify.el b/contrib/lisp/org-notify.el
index 3019852..dd4100d 100644
--- a/contrib/lisp/org-notify.el
+++ b/contrib/lisp/org-notify.el
@@ -120,7 +120,7 @@ simple timestamp string."
   "Create one todo item."
   (cl-macrolet ((get (k) `(plist-get list ,k))
              (pr (k v) `(setq result (plist-put result ,k ,v))))
-    (let* ((list (nth 1 heading))      (notify (or (get :notify) "default"))
+    (let* ((list (nth 1 heading))      (notify (or (get :NOTIFY) "default"))
            (deadline (org-notify-convert-deadline (get :deadline)))
 	   (heading (get :raw-value))
            result)
-- 
1.8.1.4

  reply	other threads:[~2013-06-18 20:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-18 20:22 [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet Peter Münster
2013-06-18 20:22 ` Peter Münster [this message]
2013-06-27 14:42   ` [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties) Bastien
2013-06-27 16:41     ` Peter Münster
2013-06-18 21:11 ` [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet David Engster
2013-06-18 23:03   ` Peter Münster
2013-06-19 17:14     ` Achim Gratz
2013-06-19 18:46       ` David Engster
2013-06-20  9:51         ` Carsten Dominik
2013-06-20 11:52           ` Peter Münster
2013-08-31  6:32             ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1371586950-20217-2-git-send-email-pmlists@free.fr \
    --to=pmlists@free.fr \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).