Fix "undefined symbol 'org-export-create-backend"

* lisp/org-table.el (orgtbl-to-generic): Make sure "ox.el" is loaded
  before converting a radio table.

Reported-by: Dave Marquardt <davemarq@linux.vnet.ibm.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/101642>
This commit is contained in:
Nicolas Goaziou 2015-10-01 21:55:13 +02:00
parent 919d0cdb76
commit 609e1e28fb
1 changed files with 2 additions and 0 deletions

View File

@ -4782,6 +4782,8 @@ This may be either a string or a function of two arguments:
example \"%s\\\\times10^{%s}\". This may also be a property
list with column numbers and format strings or functions.
:fmt will still be applied after :efmt."
;; Make sure `org-export-create-backend' is available.
(require 'ox)
(let* ((backend (plist-get params :backend))
(custom-backend
;; Build a custom back-end according to PARAMS. Before