Browse Source

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

* ox.el (org-export-insert-default-template): Require match
when completing.
Bastien Guerry 11 years ago
parent
commit
ca0c77033d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/ox.el

+ 2 - 1
lisp/ox.el

@@ -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)