Browse Source

Fix another option parsing bug

* lisp/org-exp.el (org-export-add-options-to-plist): Use the right match group.
Carsten Dominik 14 years ago
parent
commit
13669d7e96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-exp.el

+ 1 - 1
lisp/org-exp.el

@@ -864,7 +864,7 @@ security risks."
 				 options))
 	      (setq p (plist-put p (car o)
 				 (car (read-from-string
-				       (match-string 1 options))))))))))
+				       (match-string 2 options))))))))))
   p)
 
 (defun org-export-add-subtree-options (p pos)