Matt Lundin writes:
> Jambunathan K writes:
> This patch (0135cb9c) breaks Wes Hardaker's generic export (in contrib).
>
> Since the backend is nil, the following line causes org-export to try to
> require org-nil:
>
> (require (intern (concat "org-" backend-name)) nil)
>
> Debugger entered--Li
Jambunathan K writes:
> Bastien
>
>>> + ;; Backend-specific preprocessing
>>> + (let* ((backend-name (symbol-name backend))
>>> +(f (intern (format "org-export-%s-preprocess" backend-name
>>> + (require (intern (concat "org-" backend-name)) nil)
>>> + (funcall f paramete