ox.el (org-export-insert-default-template): Require match

* ox.el (org-export-insert-default-template): Require match
when completing.
This commit is contained in:
Bastien Guerry 2014-01-31 18:04:18 +01:00
parent bdeac998c8
commit ca0c77033d
1 changed files with 2 additions and 1 deletions

View File

@ -3204,7 +3204,8 @@ locally for the subtree through node properties."
(cons "default"
(mapcar #'(lambda (b)
(symbol-name (org-export-backend-name b)))
org-export--registered-backends))))))
org-export--registered-backends))
nil t))))
options keywords)
;; Populate OPTIONS and KEYWORDS.
(dolist (entry (cond ((eq backend 'default) org-export-options-alist)