ox: Fix plain text export with `org-export-with-backend'
commit84cb63a44aaee9b97884903f4576b761a837724f
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 16 Dec 2017 12:44:56 +0000 (16 13:44 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 16 Dec 2017 12:44:56 +0000 (16 13:44 +0100)
tree17cded58106e293d85211745bedafb704ef0833f
parent5e30bbcd34fe1d141362f2e273b8ca549cd821bb
ox: Fix plain text export with `org-export-with-backend'

* lisp/ox.el (org-export-with-backend): Handle arity for plain text
  transcoder.
* testing/lisp/test-ox.el (test-org-export/with-backend): Add test.
lisp/ox.el
testing/lisp/test-ox.el