org-export: Fix subtree option with `split' behaviour
commit5107ca3c9bfe0b64b6bd612b712c2a6700af6f7a
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 18 Nov 2012 13:44:20 +0000 (18 14:44 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 18 Nov 2012 13:44:20 +0000 (18 14:44 +0100)
tree9c143da55caab5b51912861d50414fa95af2ddbc
parentc2223c8979c5510e01c0dd6cc2378b71484828fc
org-export: Fix subtree option with `split' behaviour

* contrib/lisp/org-export.el (org-export--get-subtree-options): Store
  value of options with `split' behaviour as a list of strings, not
  simply as a string.  Small refactoring.
* testing/lisp/test-org-export.el: Add tests.
contrib/lisp/org-export.el
testing/lisp/test-org-export.el