ox: Fix OPTION keyword parsing
commitc708fc0bb82640b8dc3d934c72703d453e1f1fe7
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 9 Sep 2015 20:50:08 +0000 (9 22:50 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 9 Sep 2015 20:50:08 +0000 (9 22:50 +0200)
tree9cd0ed619520e88948501e07a50fdde33e5a5cd8
parent2c8b0399ca533e47c11017227dc97f60a3a27299
ox: Fix OPTION keyword parsing

* lisp/ox.el (org-export--parse-option-keyword): Handle multiple
  properties referring to the same option item.

* testing/lisp/test-ox.el (test-org-export/parse-option-keyword): Add
  test.
lisp/ox.el
testing/lisp/test-ox.el