Add "ITEM" to special properties
commit9309fd5d203769f5dbc0a844d352d6d714c811cc
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 10 Nov 2014 10:22:14 +0000 (10 11:22 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 10 Nov 2014 15:45:36 +0000 (10 16:45 +0100)
treea4f4bffb37097029307cb5c7f5072019c7c25c5e
parentd2e78d25052b8f13d1940f4dc3ce079379dcde45
Add "ITEM" to special properties

* lisp/org.el (org-special-properties): Add "ITEM".  Tiny fix to
  docstring.
(org-entry-properties): Compute "ITEM" property's value.
(org-buffer-property-keys): Remove hack since "ITEM" now officially
belongs to the special properties list.

* doc/org.texi (Special properties): Document "ITEM" change.

* testing/lisp/test-org.el (test-org/entry-properties): Add test.
doc/org.texi
lisp/org.el
testing/lisp/test-org.el