Fix CATEGORY property
commit1de825df319e1386faf69bb0f871327b8dc73b64
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 11 Mar 2015 16:12:49 +0000 (11 17:12 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 11 Mar 2015 16:12:49 +0000 (11 17:12 +0100)
tree39b09dc95c4b1fe56b4bbcfcc4af53e4e5225252
parent757a445351d90814c8f0e33c9ff6493f969ddd24
Fix CATEGORY property

* doc/org.texi (Special properties): Remove "CATEGORY"

* lisp/org.el (org-special-properties): Remove "CATEGORY".
(org-property-get-allowed-values): Ignore "CATEGORY".
(org-entry-get): Make sure to get CATEGORY value using
`org-entry-properties'.

* testing/lisp/test-org.el (test-org/entry-put): Add test.

"CATEGORY" is not a special property as it can also be set using
a properties drawer.
doc/org.texi
lisp/org.el
testing/lisp/test-org.el