Re: [O] [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties)

2013-06-27 Thread Bastien
Hi Peter, Peter Münster pmli...@free.fr 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)) +

Re: [O] [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties)

2013-06-27 Thread Peter Münster
On Thu, Jun 27 2013, Bastien wrote: * 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? Yes, here: http://article.gmane.org/gmane.emacs.orgmode/73628 Citation: | (defun

[O] [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties)

2013-06-18 Thread Peter Münster
* 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 ---