From: Nicolas Goaziou Date: Thu, 11 Jul 2013 06:48:36 +0000 (+0200) Subject: ox: Fix "wrong-type-argument" error in template insertion X-Git-Tag: release_8.1~23 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/203f4c9b056a41a940f659fa5d2c66437bdb70db ox: Fix "wrong-type-argument" error in template insertion * lisp/ox.el (org-export-insert-default-template): Fix "wrong-type-argument" error in template insertion. Thanks to Eric Abrahamsen for reporting this. --- diff --git a/lisp/ox.el b/lisp/ox.el index 71435b77e..24e8b5039 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -3182,7 +3182,7 @@ locally for the subtree through node properties." ((org-export-backend-p backend) (org-export-get-all-options backend)) (t (org-export-get-all-options - (org-export-backend-name backend))))) + (org-export-get-backend backend))))) (let ((keyword (nth 1 entry)) (option (nth 2 entry))) (cond