Fix `org-entry-delete' with accumulated properties
commit84d6ff4ec134c3b1ae2ba05c10eaeddc70f8d56f
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 15 Mar 2015 15:06:42 +0000 (15 16:06 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 15 Mar 2015 15:53:42 +0000 (15 16:53 +0100)
treec1f29b36f5300b7f7512dc9cfed7432046223972
parent8cdb2eef0f9f98f9e00a5e689decfe341fe0c6ec
Fix `org-entry-delete' with accumulated properties

* lisp/org.el (org-entry-delete): Remove all occurrences of
  accumulated properties, too.  Return a non-nil value when some
  property was removed.

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