Fix `org-entry-get' with "TIMESTAMP" or "TIMESTAMP_IA"release_9.0.4
commitc77b658b39236a45cb9e10e0e44ddfe18e06ee81
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 24 Jan 2017 21:01:19 +0000 (24 22:01 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 24 Jan 2017 21:01:19 +0000 (24 22:01 +0100)
tree71757520e68eee801d61f22c249681758a5de7cf
parent9f4c77cb6c76b75f76f64f438a1da059bb9b7244
Fix `org-entry-get' with "TIMESTAMP" or "TIMESTAMP_IA"

* lisp/org.el (org-entry-properties): Fix special property value in
  current entry, do not leak into next entry.
* testing/lisp/test-org.el (test-org/entry-properties): Add test.

Reported-by: Samuel Wales <samologist@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/111648>
lisp/org.el
testing/lisp/test-org.el