Fix "APPT_WARNTIME" inheritance
commit126a1cd7c125fe2cce9c322bf4b1713f560fdabb
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 26 Jan 2017 23:21:42 +0000 (27 00:21 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 26 Jan 2017 23:21:42 +0000 (27 00:21 +0100)
tree78bb0ed151993244b75ad856d7f94f458a00610d
parentf2e861e0bebda29cd57b4803a8d90449ea0ac4a2
Fix "APPT_WARNTIME" inheritance

* lisp/org.el (org-refresh-properties): Handle inheritance from global
  values (e.g., from "#+PROPERTY:" keyword).
(org-refresh-property): Handle property inheritance with a new
optional argument.

* testing/lisp/test-org.el (test-org/refresh-properties): New test.
lisp/org.el
testing/lisp/test-org.el