Parcourir la source

Fix another option parsing bug

* lisp/org-exp.el (org-export-add-options-to-plist): Use the right match group.
Carsten Dominik il y a 14 ans
Parent
commit
13669d7e96
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)