Rewrite `org-entry-properties'
commit8d8ad983823c63b13fd6b471ce9db8c2f95e3808
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 29 Sep 2014 22:56:35 +0000 (30 00:56 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 28 Oct 2014 13:23:51 +0000 (28 14:23 +0100)
treecf39398038a3d10dd68fb58c2ddb147d09eabe60
parent622619334ad4620d60c87915350666c0e0f3282b
Rewrite `org-entry-properties'

* lisp/org.el (org-special-properties): Remove "CLOCK" as a special
  keyword.
(org-entry-properties): Rewrite function according to property drawer
syntax.  Change signature.
(org-entry-get): Apply signature change.

"CLOCK" removal is motivated by the fact that it isn't listed as
a special keyword in the manual, it is not used throughout the code
base, and there is no meaningful value for this property.
lisp/org.el