ox: Handle subtree properties referring to multiple options
commitb07bd32081db62725af12b185a786aa0d7f99bae
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 23 Jun 2015 20:09:43 +0000 (23 22:09 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 23 Jun 2015 20:09:43 +0000 (23 22:09 +0200)
treec7c5fa2777f3ed20fb95001c1d98e5147a95ac8c
parent72f10cffced40a9448818bb9e1ebd0031deb1922
ox: Handle subtree properties referring to multiple options

* lisp/ox.el (org-export--get-subtree-options): When multiple options
  refer to the same keyword, and, as a consequence, to the same export
  property, make sure all of them get updated.
* testing/lisp/test-ox.el (test-org-export/get-subtree-options): Add
  test.

Reported-by: Myles English <mylesenglish@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/98583>
lisp/ox.el
testing/lisp/test-ox.el