From d1d918100e9a5901c4292b82af345123a424a1ee Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 3 Aug 2013 09:46:58 +0200 Subject: [PATCH] ox: Fix f5161671ceb882b7a946d0632fbbf5c380952556 * lisp/ox.el (org-export-as): Use new back-end structure. --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index 70dcc3454..8f5bbc299 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -2972,7 +2972,7 @@ Return code as a string." (narrow-to-region (point) (point-max)))) ;; Initialize communication channel with original buffer ;; attributes, unavailable in its copy. - (let* ((org-export-current-backend backend) + (let* ((org-export-current-backend (org-export-backend-name backend)) (info (org-combine-plists (list :export-options (delq nil -- 2.11.4.GIT