org-element: Fix cache corruption when altering a drawer
commit2824502e2ebe2744e5f53acabb5b3b04f9a391b9
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 27 Jun 2014 22:28:45 +0000 (28 00:28 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 27 Jun 2014 22:28:45 +0000 (28 00:28 +0200)
treee395a379fa8c649e1ecf30707af8f35b84169cff
parent2ae77c5e50912f5ccf85d4e72bf1fb5b0b504478
org-element: Fix cache corruption when altering a drawer

* lisp/org-element.el (org-element--cache-submit-request): Correctly
  update cache when changes alter the contents of a greater
  element (e.g. a property drawer).

Thanks to Alan Schmitt for reporting it.
http://permalink.gmane.org/gmane.emacs.orgmode/88086
lisp/org-element.el