Explorar o código

Fix another option parsing bug

* lisp/org-exp.el (org-export-add-options-to-plist): Use the right match group.
Carsten Dominik %!s(int64=14) %!d(string=hai) anos
pai
achega
13669d7e96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)