diff --git a/lisp/ox.el b/lisp/ox.el index 0102523b5..2d1ed1a8d 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -3124,8 +3124,8 @@ locally for the subtree through node properties." ;; Populate OPTIONS and KEYWORDS. (dolist (entry (cond ((eq backend 'default) org-export-options-alist) ((org-export-backend-p backend) - (org-export-get-all-options backend)) - (t (org-export-get-all-options + (org-export-backend-options backend)) + (t (org-export-backend-options (org-export-get-backend backend))))) (let ((keyword (nth 1 entry)) (option (nth 2 entry)))