Fix bug when setting a property where an empty property is already there.
commite10ff18ffc22cbefcdab5cfebbaf94c316c7f28a
authorBastien Guerry <bzg@altern.org>
Sat, 28 Jul 2012 07:13:43 +0000 (28 09:13 +0200)
committerBastien Guerry <bzg@altern.org>
Sat, 28 Jul 2012 07:13:43 +0000 (28 09:13 +0200)
tree4c2d490ce4ae8f1680da14ab341e96c17eb14494
parentec7318638400ecd0e4d6c8ceeef72acb543cd2c8
Fix bug when setting a property where an empty property is already there.

* org.el (org-re-property-keyword): New function.
(org-entry-put): Use it to fix a bug with respect to setting
the value of a property when a property line with no value
already exists.
lisp/org.el