Fix `org-todo'
commitff0f3e472348fbd3773905b87baa7419df86248f
authorAdrian Bradd <adrian.bradd@gmail.com>
Sun, 10 Dec 2017 21:07:57 +0000 (10 16:07 -0500)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 27 Dec 2017 22:57:15 +0000 (27 23:57 +0100)
tree0bce1a36ddd30b2554b198d13336c00fcc842486
parentf2c712a6a4aefef1e6cca794e76dc757cd4786cb
Fix `org-todo'

* org.el (org-todo): Use marker `change-plist' position property to
  permit triggering through "org-depend.el" with parent heading
  statistics.

When TODO statistics in parent headings were updated it shifted the point
defining the :position property in `change-plist' causing headlines
with TRIGGER properties to fail to evaluate.

TINYCHANGE
lisp/org.el