ox: Allow multi-line objects in `parse' options
commit105ec604c2491967461356b489ef7d6c4c3254f4
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 9 Apr 2015 12:08:34 +0000 (9 14:08 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 9 Apr 2015 12:11:25 +0000 (9 14:11 +0200)
treeddccb5a82858e7621bef2778cebbc34c5c39bd3c
parentd7e7b78c2e222f637556d94d28950db747b9104b
ox: Allow multi-line objects in `parse' options

* lisp/ox.el (org-export--get-inbuffer-options): Allow multi-line objects.
* testing/lisp/test-ox.el (test-org-export/get-inbuffer-options): Add
  tests.  Update some others.

It is possible to write, e.g.,

  #+TITLE: *bold
  #+TITLE: sentence*
lisp/ox.el
testing/lisp/test-ox.el